I chmod 777'ed an executable and trying to execute it like this: /home/gandalf/./sample but it doesn't work /bin/bash: line 25: ./sample: Permission denied What can be the problem? Thanks.
|
When you type Note that it could be that your file system is mounted | |||
|
feedback
|
|
Seems like I would try to cat If you don't understand what is going on, you can post the contents of the script in your question and we'll help you out. | |||||
feedback
|
|
Maybe your binary file is :
or
| |||
|
feedback
|
|
As Marcel said, probably there is a
| |||
|
feedback
|
file sample? it doesn't look like binary. – rytis Apr 2 '10 at 19:55