An executable file has permissions -rwxrwxr-x and owner is root. When a non-root user tries to execute the file, I get a permission denied error. What am I not understanding?
| |||||
feedback
|
|
Where is the location of the file? Is the file in a readable directory? EDIT: As well what does the file do? Inside does it execute something else that could have a permission issue? | |||
feedback
|
|
Check the filesystem isn't mounted with the | |||
feedback
|
|
In order to execute you must also be able to read (except for root, who can do anything on plain unix systems) | |||||
|
feedback
|
|
If it is a script (i.e. uses | |||
|
feedback
|