LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do i use a linux executable file (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-use-a-linux-executable-file-763575/)

baronobeefdip 10-21-2009 08:06 PM

how do i use a linux executable file
 
some of the programs that i downloaded are launched with a linux executible file and i don't know how to make it work, how do i execute it double clicking doesn't help it just asks me which program i would like toopen the file with

chrism01 10-21-2009 08:15 PM

We need more specific info. Start with one 'program'; tell us what its called and where you got it from. Give us step by step what you tried (exactly) and paste any msgs.

Elv13 10-21-2009 08:16 PM

Open a terminal, use the "cd" command to reach the good path and execute the application with ./file_name

you may have to do
chmod 777 <filename>
before being able to execute the file (it will give you "permission desined" error when it fail to execute).

baronobeefdip 10-22-2009 09:46 AM

can you give me an example of the command

cola 10-22-2009 09:52 AM

Quote:

Originally Posted by baronobeefdip (Post 3728590)
can you give me an example of the command

Open a terminal,go to the location of that executable and run
Code:

chmod 777 <filename>
./filename

What was that executable file?

baronobeefdip 10-30-2009 09:23 AM

unetbootin


All times are GMT -5. The time now is 11:07 PM.