mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 14:53:07 +00:00
Update cheatsheets
This commit is contained in:
@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`chmod {{[-R|--recursive]}} g+w,o+w {{path/to/directory}}`
|
||||
|
||||
- Recursively give [a]ll users [r]ead permissions to files and e[X]ecute permissions to sub-directories within a directory:
|
||||
- Recursively give [a]ll users [r]ead permissions to files. Also give e[X]ecute permissions to files that have at least one execution permission and to all sub-directories:
|
||||
|
||||
`chmod {{[-R|--recursive]}} a+rX {{path/to/directory}}`
|
||||
|
||||
Reference in New Issue
Block a user