Chmod

From NazimWIKI
Jump to navigation Jump to search

Instead of having to work out the numeric settings for chmod, the following conventions can be "literally" used:

chmod u+rwx
chmod g+rwx
chmod o+rwx
 
chmod u-rwx
chmod g-rwx
chmod o-rwx