LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-04-2008, 08:50 AM   #1
disruptive
Member
 
Registered: Dec 2005
Posts: 76

Rep: Reputation: 15
cannot get an executable to run...


This maybe totally dumb. I have copied over my executable files to a portable hard-drive and am trying to run the exectables from the hard-drive. I can make and compile the code. But does not run at all. I have chmod'd all the directories - in fact the entire drive, but even the target executable is compiled, it does not run at all. I have literally chmod's everything with 777 command but I get the following error:

bash: ./Sim: Permission denied

permissions are:

-rwxrwxrwx 1 Dave Dave 156920 2008-03-04 14:37 Sim

The directory is also of the same positions, as I performed a recurive chmod -R, any ideas why this does not work?

Thanks
 
Old 03-04-2008, 08:55 AM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Are you trying to run the executable in GUI mode by clicking on it, or in command-line by typing the command to run it?
 
Old 03-04-2008, 09:01 AM   #3
disruptive
Member
 
Registered: Dec 2005
Posts: 76

Original Poster
Rep: Reputation: 15
Just running on command line

$ ./Sim

I do this normally on the PC hard-drive - only the location is different this time...
 
Old 03-04-2008, 11:03 AM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
From the command line, the two main reasons for not being able to run an executable are:
1) you don't have parmission. You've set things to give you permission, so this reason doesn't apply.

2) the path to the executable is not in your PATH environment variable. To see what's in path, run echo $PATH. I'll wager that you don't see the path to the external drive and the executable on that drive.

./Sim means 'in this directory, run this command'. In order for ./Sim to work, you need to first cd to the folder on the external drive which contains the executable, then do ./Sim.

Alternatively, you can run it as '/path/to/external drive/folder/executable'.

Third alternative is to add the path to that executable to your PATH variable.
 
Old 03-04-2008, 11:14 AM   #5
v00d00101
Member
 
Registered: Jun 2003
Location: UK
Distribution: Devuan Beowulf
Posts: 514
Blog Entries: 1

Rep: Reputation: 37
Maybe Sim is trying to do something it shouldnt and SELinux is killing it.
 
Old 03-04-2008, 11:18 AM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Probably the partition where your file is residing is mounted with noexec option.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to run executable files? Kelley Linux - Newbie 34 07-06-2017 09:31 PM
How to run an executable from browser ??? dileepkk Programming 2 08-22-2004 03:13 AM
an executable that does not run jgoggel Programming 2 07-22-2004 07:54 PM
How to run programs using executable name ravykanth Linux - Newbie 1 10-05-2003 11:45 PM
How do I run my executable?? scott7500 Programming 2 12-30-2001 04:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration