diff --git a/pages/common/rbash.md b/pages/common/rbash.md new file mode 100644 index 000000000..b4b1c2fc8 --- /dev/null +++ b/pages/common/rbash.md @@ -0,0 +1,20 @@ +# rbash + +> Restricted Bash shell. +> Similar to the `bash` shell with some restrictions like changing directories with `cd`, setting/unsetting of PATH, ENV variables and others. + +- Start rbash: + +`rbash` + +- Execute a command: + +`rbash -c "{{command}}"` + +- Run commands from a file: + +`rbash {{file.sh}}` + +- Print the version information of rbash: + +`rbash --version`