diff --git a/pages/common/bash.md b/pages/common/bash.md index 2eb1dbdf93..71ea7e7dfe 100644 --- a/pages/common/bash.md +++ b/pages/common/bash.md @@ -31,3 +31,7 @@ - Execute specific commands from `stdin`: `{{echo "echo 'bash is executed'"}} | bash` + +- Start a [r]estricted shell session: + +`bash -r`