mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 14:15:26 +02:00
chmod: Add recursive 755/644 chmod example (#1651)
This commit is contained in:
commit
f58ace66bd
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- Give [o]thers (not in the file owner's group) the same rights as the group:
|
||||
|
||||
`chmod o=g {{file}}`
|
||||
|
||||
- Change permissions recursively giving [g]roup and [o]thers the abililty to [w]rite:
|
||||
|
||||
`chmod -R g+w,o+w {{directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue