mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:22:08 +02:00
rbash: put restrictions onto 1 line
This commit is contained in:
parent
373bdf1982
commit
ff781ee8f0
1 changed files with 1 additions and 8 deletions
|
@ -1,14 +1,7 @@
|
||||||
# rbash
|
# rbash
|
||||||
|
|
||||||
> Restricted Bash shell.
|
> Restricted Bash shell.
|
||||||
> Restrictions implemented in rbash.
|
> 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‘.
|
||||||
> 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:
|
- Start rbash:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue