chmod: Add recursive 755/644 chmod example (#1651)

coverage
Starbeamrainbowlabs 2017-11-30 14:57:44 +00:00 committed by GitHub
commit f58ace66bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`