1
0
Fork 0
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:
siavashsoleymani 2020-10-27 10:00:32 +03:30 committed by Owen Voke
parent 5ce8f133fa
commit f463df1883

View file

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