From 373bdf198262f0080b04f6c756b6fbfd7854236f Mon Sep 17 00:00:00 2001 From: sadboyzvone Date: Thu, 16 Nov 2017 22:46:57 +0100 Subject: [PATCH] rbash: fix for lint --- pages/common/rbash.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/pages/common/rbash.md b/pages/common/rbash.md index 83395fd3d..a65ef5235 100644 --- a/pages/common/rbash.md +++ b/pages/common/rbash.md @@ -1,14 +1,14 @@ # rbash -> Restricted Bash shell -> Restrictions implemented in rbash -> cd command -> PATH and ENV (setting/unsetting) -> Importing function -> Specifying file name containing argument ‘/’ -> Specifying file name containing argument ‘-‘ -> Redirecting output using ‘>‘, ‘>>‘, ‘>|‘, ‘<>‘, ‘>&‘, ‘&>‘ -> Turning off restriction using ‘set +r‘ or ‘set +o‘ +> Restricted Bash shell. +> Restrictions implemented in rbash. +> The cd command is not allowed. +> PATH and ENV (setting/unsetting). +> Importing function. +> Specifying file name containing argument ‘/’. +> Specifying file name containing argument ‘-‘. +> Redirecting output using ‘>‘, ‘>>‘, ‘>|‘, ‘<>‘, ‘>&‘, ‘&>‘. +> Turning off restriction using ‘set +r‘ or ‘set +o‘. - Start rbash: @@ -25,8 +25,3 @@ - Print the version information of rbash: `rbash --version` - - - - -