mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
chmod: fix typo
This commit is contained in:
parent
5ce8f133fa
commit
f463df1883
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@
|
|||
|
||||
`chmod o= {{file}}`
|
||||
|
||||
- Change permissions recursively giving [g]roup and [o]thers the abililty to [w]rite:
|
||||
- Change permissions recursively giving [g]roup and [o]thers the ability to [w]rite:
|
||||
|
||||
`chmod -R g+w,o+w {{directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue