Added commonly used options (#21886)
This commit is contained in:
committed by
Christopher McCormack
parent
1ba28c9af6
commit
1c89ba1127
@ -6,6 +6,9 @@ title: Bash chmod
|
|||||||
|
|
||||||
The chmod command is used to change file permissions for both files and directories.
|
The chmod command is used to change file permissions for both files and directories.
|
||||||
|
|
||||||
|
Commonly used options:
|
||||||
|
- `R` change files and directories recursively
|
||||||
|
|
||||||
The standard mode is used via the arguments listed below in the commonly used arguments section.
|
The standard mode is used via the arguments listed below in the commonly used arguments section.
|
||||||
|
|
||||||
The numeric mode is dictated by three numbers the user, group, and others, in that order.
|
The numeric mode is dictated by three numbers the user, group, and others, in that order.
|
||||||
|
Reference in New Issue
Block a user