From 1c89ba11276c8d93e73c9745c21b6fdd3c871b89 Mon Sep 17 00:00:00 2001 From: tasmainawolf <44279746+tasmainawolf@users.noreply.github.com> Date: Sun, 18 Nov 2018 01:50:54 +0800 Subject: [PATCH] Added commonly used options (#21886) --- guide/english/bash/bash-chmod/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/bash/bash-chmod/index.md b/guide/english/bash/bash-chmod/index.md index 0f06f25264..c0e151c43e 100644 --- a/guide/english/bash/bash-chmod/index.md +++ b/guide/english/bash/bash-chmod/index.md @@ -6,6 +6,9 @@ title: Bash chmod 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 numeric mode is dictated by three numbers the user, group, and others, in that order.