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