From ab54477533c8d173fa4d30cf3146ac7c450d54d6 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Tue, 23 Feb 2016 03:54:19 +0200 Subject: [PATCH] Linting --- pages/common/chgrp.md | 2 +- pages/common/chown.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/chgrp.md b/pages/common/chgrp.md index f6f907cbc1..519fd28064 100644 --- a/pages/common/chgrp.md +++ b/pages/common/chgrp.md @@ -16,4 +16,4 @@ - Change the owner of a file/folder to match a reference file: -`chgrp --reference={{path/to/reference_file}} {{path/to/file}} +`chgrp --reference={{path/to/reference_file}} {{path/to/file}}` diff --git a/pages/common/chown.md b/pages/common/chown.md index 4cc261c417..c62d6e1778 100644 --- a/pages/common/chown.md +++ b/pages/common/chown.md @@ -2,7 +2,7 @@ > Change user and group ownership of files and folders. -- Change the owner user of a file/folder +- Change the owner user of a file/folder: `chown {{user}} {{path/to/file}}` @@ -10,7 +10,7 @@ `chown {{user}}:{{group}} {{path/to/file}}` -- Recursively change the owner of a folder and its contents +- Recursively change the owner of a folder and its contents: `chown -R {{user}} {{path/to/folder}}`