Fedora :: Make A Executable (application/x-executable)

Aug 21, 2011

I hope this post stands in the right section.I have a commandline i need to enter in terminal when i want to run a program. i tought lets put that piece of command in an .sh file and just click the file to run the program (then i dont need to open terminal first an give in the command) however the .sh file does not open the program. so i propably need to make a executable (application/x-executable).

View 3 Replies


ADVERTISEMENT

Debian :: How To Make Executable Firefox Appear As Application

Feb 15, 2016

I downloaded the tar file form mozilla's website, in which I must click the firefox executable in order for it to run

I'd like the firefox logo to appear in my apps, how do I do it? I already moved the firefox folder to /opt

View 2 Replies View Related

General :: Fatal: Bad Magic Number In Executable `prime' (not An Executable?)

Sep 3, 2010

I am trying to run Wattch simulator in linux.But it is giving the error below. what is this error and what do I do about it?

fatal: bad magic number in executable `prime' (not an executable?)

View 1 Replies View Related

Ubuntu :: Cannot Open An Executable File Because Of Executable Bit?

Jun 20, 2010

I am running into a snag on .exe files in Lucid. I have Wine installed, but I can not open the file as it is blocked from executing with a window popping up telling me that this file was blocked due to security reasons. I go into the files properties and try to change the permission but that does not help. Is there a way to get around this? Possibly in the terminal as root?

View 3 Replies View Related

Fedora :: Mupen64 Tried To Make Stack File Executable?

Apr 4, 2011

I tried to run Mupen64 on Fedora 14 and SELinux gave me a message (see title of thread). It sounded like a serious problem. Do I have a corrupted version, is it nothing to worry about?

View 1 Replies View Related

Ubuntu :: Which Application Can Open Executable Files

Aug 11, 2011

I have downloaded Unetbootin for linux. When I double clicked on it, it says, no application to open executable files.What application can open executable files?

View 3 Replies View Related

Ubuntu :: Method To Create Executable Of A C++ Application Project?

Sep 7, 2010

Our application is based on the C++ devlopment which requires so many of packages dependent on the Ubuntu OS, Graphics libraries, Development packages and other dependent libraries. So we need to configure all those every time in a new PC when we add. Is there any other way to do this job very easily and the any method to create our application executable to run in all PCs with the dependencies packages installed.

View 1 Replies View Related

Ubuntu :: How To Make A File Executable

Jan 23, 2011

I use wine to execute my games. Now it says all the exes are unexecutable.I'm not very use to ubuntu

View 9 Replies View Related

Ubuntu :: Cannot Make The File Executable?

Mar 22, 2011

It so happens that some files that I am trying to make executable by chmod +x <filename> or otherwise are not becoming executables, rather the tick mark on the option is removed the very instant I put it on . Is there any thread of virus or any other reason for this.

View 5 Replies View Related

Ubuntu :: Cant Make Files Executable?

May 28, 2011

I cant make files executable anymore.using chmod or from file properties.. it isn't working.
AS far as I remember, I didn't make any changes in the user settings and my account has the administrator rights. For an un-executable file, say a jpg or a txt, it can be done.but doesn't happen with a .sh, .py or any other xecutable. chmodi-ing shows no error, but the file isn't executable. Through the GUI, when I check the box , its immediately unchecked again.

View 2 Replies View Related

Ubuntu :: Cant Make A File Executable?

Jun 16, 2011

I downloaded eclipse from the eclipse site..i had to make the main eclipse file executable..but i cant do that..when i click on "Allow executing file as program"..the tick disappears in a second..

View 9 Replies View Related

General :: Make A File Executable And Then Run?

Jan 24, 2010

I have created a file named as pm under the path /home/ppp/ i.e. /home/ppp/pmTo make it executable, I've used command: chmod a+x /home/ppp/pm while residing in root directory.But while trying to run from root by typing ./pm or within the directory /home/ppp, it was displaying that directory not found.Please help by providing the step by step procedure, so that I would be able to run my file from root or from the directory.

View 3 Replies View Related

Software :: Make A Bin File An Executable?

Mar 11, 2010

I have downloaded google earth in a bin file but I don't know how to convert it into an executable file

View 6 Replies View Related

Ubuntu :: Make Executable .sh Files Run Automatically?

Feb 19, 2010

How do you make executable .sh files run automatically without prompting me on whether I want to Run in Terminal, Display, or Run?

View 1 Replies View Related

Ubuntu :: How To Make Script Files Executable

Jun 1, 2010

I would like to make lisp files executable. Ie. i can go like this on the command prompt

./hello.lisp

and it would invoke a .sh script on hello.lisp which would cause the file to execute.

View 5 Replies View Related

Ubuntu :: Make Installation File Executable?

Jul 3, 2010

I have downloaded the file "bitnami-wordpress-3.0-0-linux-installer.bin", it's a Wordpress stack, with PHP and apache and whatnot.. I am asked to make it executable using "chmod a+x <installer file>"what do i do? cd to where it is, and "chmod a+x <bitnami-wordpress-3.0-0-linux-installer.bin>"?and if yes, i just double click on it afterat to run the installation?

View 9 Replies View Related

General :: Firefox 4 - How To Install It And Make Executable

Feb 20, 2011

I've downloaded firefox 4.0b11.tar.bz2. How should I install it and make executable?

View 7 Replies View Related

General :: Chmod Make Any File Executable?

Feb 23, 2011

can chmod make any file executable?

View 4 Replies View Related

General :: Make A File A Executable Program ?

Dec 21, 2009

How Do I make a file a executable program ?

View 3 Replies View Related

CentOS 5 Server :: Make Script Executable On Startup?

Aug 27, 2010

I'm trying to execute script (java,php) on startup....before this we set it in /etc/inittab and it works find, but lately i found that the php script not startup as usual after we do yum update( although java script still run normally). code...

Another thing i want to ask is, if i have more scripts to run at startup, what should i do becoz there is limited terminal that i can use.
Someone told me that i can:

1)-put the script in /etc/init.d such that i can add it with chkconfig and run as service (not sure how to do this in details also)

2)-add a script in /etc/rc.local (not sure how?write what script)

View 6 Replies View Related

Ubuntu :: Make A Executable File Part Of The System Path?

Sep 1, 2010

Morning all , not sure how to put this. I have a .sh executable script I use for video encoding. I want the system to be able to see it no matter where in which folder I am. I want to be able to execute that script in terminal in any folder. How can I make it part of the system path. ? Don't know if my wording is right but I think you guys know what I mean.

View 9 Replies View Related

General :: Make All Files Non-executable Recursively Using Find Without Affecting Directories?

Sep 26, 2010

I need to strip the executable flag from all files within a certain directory and sub directories. Right now I'm doing it with a 2 step process

find /dir/ -type f -exec chmod ugo-x {} ;
find /dir/ -type d -exec chmod ugo+rx {} ;

Is it possible to modify the first line so that I can strip exec flag from all non-directory files? Since this needs to be done on a fairly regular basis across a lot of directories and files, I'd prefer not to use a bash script which would slow it down.

View 1 Replies View Related

Ubuntu :: Error Installing Ffmpeg - Unable To Make Executable File

Jul 20, 2011

I tried to install ffmpeg on 7.04(Fiesty Fawn). when i ran ./configure from terminal window, i got error regarding c compiler that unable to make executable file.

View 5 Replies View Related

Ubuntu :: 10.4 Won't Run "application/x-executable"

Mar 26, 2010

OS Ubuntu 10.4 Over the past 2 weeks i have been trying to get this "application/x-executable" (netpanzer 0.8.3) file to run. But have had no luck yet. I know in the software centre that you can get "netpanzer 0.8.2". But it is not the latest version.

Also when i was running Mandriva 2010 FREE edition it could run the "application/x-executable".

View 2 Replies View Related

Fedora :: Executable Stack: Lilypond 2.14.1 On F14?

Jun 19, 2011

I have installed lilypond 2.14.1 on my Fedora 14 machine, as per the lilypond instructions for linux. When I run lilypond, it gives the following error message. /usr/local/lilypond/usr/bin/lilypond: error while loading shared libraries: libgmp.so.3: cannot enable executable stack as shared object requires:Permission denied I see several threads here already about executable stacks. I have already tried execstack to set/clear the flag for that shared object. Neither allows lilypond to run.

View 1 Replies View Related

Fedora :: Add Executable .jar Link To Favorites?

Jul 10, 2011

I have a new Fedora 15 installation on my Lenovo T61 laptop. I have converted it from Windows 7 and am having some trouble getting it set up as desired. In particular, I am trying to add an executable link to a .jar file to my Activities Favorites bar.

I have tried right-clicking the icon from the Activities Application display to add to favorites like I can do with any other application but right-clicking does nothing. Dragging to the favorites bar does not work either. When I click on the icon, it just opens the Archive Manager so that may be related to the problem. The .jar file does actually run but I have to find it in the file manager, right click and then select Open With Java. what can I do to add a link in the Activities Favorites bar that opens my .jar file?

View 2 Replies View Related

Red Hat / Fedora :: File Extension Executable In RHEL 5?

Jan 4, 2010

As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5

View 3 Replies View Related

Fedora :: Executable File Into The '/etc/cron.daily' Directory

Jan 19, 2011

I have noticed that in the /etc directory there are some subdirectories of /etc/cron.daily and /etc/cron.hourly. Also I have determined that there is a service included as part of the Fedora OS 'crond' which I have started with the use of 'service crond start'. My question is this. If I drop an executable file into the '/etc/cron.daily' directory will it just run? If not what configuration files should I go about editing to run my executable daily? There seems to be a pretty large network of cron related files. I'm trying to make sense out of all of it.

View 9 Replies View Related

Red Hat / Fedora :: Executable Files Not Running From Home Folder

Mar 17, 2011

I cannot run executable files from my home folder. I just double click it and it doesn't do anything.

View 1 Replies View Related

Red Hat / Fedora :: Installing Java On F14 - Making Executable File?

May 30, 2011

I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved