Difference between revisions of "Chmod"

From NazimWIKI
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 00:44, 9 November 2019

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