From f463df18835a65eeaeae838c12a077d559d6c5e9 Mon Sep 17 00:00:00 2001 From: siavashsoleymani Date: Tue, 27 Oct 2020 10:00:32 +0330 Subject: [PATCH] chmod: fix typo --- pages/common/chmod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/chmod.md b/pages/common/chmod.md index e9b4fe26ad..400229f899 100644 --- a/pages/common/chmod.md +++ b/pages/common/chmod.md @@ -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}}`