Hi
I want to grant users to access (read/execute) some files and folders inside my 
home directory. Using chmod seems to be insufficient. For example I have made 
an executable file public for all

[mahmood@tiger ~]$ chmod 777 test
[mahmood@tiger ~]$ ls -l test
-rwxrwxrwx. 1 mahmood mahmood 8026 Sep  2 12:18 test



However when another user tries to run, it receives permission error

[anotherone@tiger ~]$ /home/mahmood/test
-bash: /home/mahmood/test: Permission denied


What is the solution.

 
Regards,
Mahmood

Reply via email to