From 42b679e93ba880ecbbdb4a698414ace74b6fe0c4 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 30 Nov 2017 08:56:20 +0530 Subject: [PATCH] chmod: remove square brackets around "recursively" --- 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 df9dd9617f..61a5011e72 100644 --- a/pages/common/chmod.md +++ b/pages/common/chmod.md @@ -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}}`