From 0f1e8052e978811b40793159d5f37654eca6ceaf Mon Sep 17 00:00:00 2001 From: sadboyzvone Date: Fri, 17 Nov 2017 16:39:15 +0100 Subject: [PATCH] rbash: remove some restrictions --- pages/common/rbash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/rbash.md b/pages/common/rbash.md index fa2cb64df..1270f4169 100644 --- a/pages/common/rbash.md +++ b/pages/common/rbash.md @@ -1,7 +1,7 @@ # rbash > 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‘. +> Restrictions implemented in rbash: the cd command is not allowed,PATH and ENV (setting/unsetting)... - Start rbash: