Added commonly used options (#21886)

This commit is contained in:
tasmainawolf
2018-11-18 01:50:54 +08:00
committed by Christopher McCormack
parent 1ba28c9af6
commit 1c89ba1127

View File

@ -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.