소스 검색

rbash: remove some restrictions

sadboyzvone 7 년 전
부모
커밋
0f1e8052e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/rbash.md

+ 1 - 1
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: