mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:55:25 +02:00
chmod: add a+rX example (#6457)
This commit is contained in:
parent
b7337112d0
commit
96306c0c94
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
- Change permissions recursively giving [g]roup and [o]thers the ability to [w]rite:
|
||||
|
||||
`chmod -R g+w,o+w {{directory}}`
|
||||
|
||||
- Recursively give [a]ll users [r]ead permissions to files and e[X]ecute permissions to sub-directories within a directory:
|
||||
|
||||
`chmod -R a+rX {{directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue