Chmod

From NazimWIKI
Revision as of 00:44, 9 November 2019 by Admin (talk | contribs) (Created page with "Instead of having to work out the numeric settings for chmod, the following conventions can be "literally" used: <blockquote><pre> chmod u+rwx chmod g+rwx chmod o+rwx chmod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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