View Single Post
Posts: 227 | Thanked: 51 times | Joined on Feb 2006
#58
Originally Posted by champ
what does the +777 do anyways? i can run flasher but +777 is an invalid mode. i am so frustrated, i just want root!
I might be wrong but I think that is the wrong syntax for the chmod command.

chmod 777 blah sets the permissions on the file blah to everyone can do everything (read, write, execute).

chmod +x adds execute ability to all users.

With chmod there are two different syntaxes for the same effect.

David