|
It's also very useful to note that the "770" and "g+rw" noted above are very similar -- using the octal 777 is the same as +rwx. If you're getting into chmod, it may help to look up the octal permission values (4 = read, 2 = write, 1 = execute) because you'll be running into them often.
|