View Single Post
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#10
Originally Posted by jakiman View Post
Thanks for the steps. But for the life of me, i cannot get chmod to change the permission. It just won't change it. It's as if the command does nothing.

I am running it as root, the permission is rw r r for the 3 files. I just cannot get it to change to anything else. Tried moving the files to different location but still the same. Any ideas?
Try to cd to the location first and then try..

cd /home/opt/nbench/

and

chmod -x nbench
chmod 777 nbench

i should say -rwxrwxrwx

Last edited by AlMehdi; 2010-04-11 at 06:39.