1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 13:15:41 +02:00

chmod: remove square brackets around "recursively"

This commit is contained in:
Agniva De Sarker 2017-11-30 08:56:20 +05:30 committed by GitHub
parent 9d11a1a38e
commit 42b679e93b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,6 @@
`chmod o=g {{file}}`
- Change permissions [-R]ecursively giving [g]roup and [o]thers the abililty to [w]rite:
- Change permissions recursively giving [g]roup and [o]thers the abililty to [w]rite:
`chmod -R g+w,o+w {{directory}}`