| Linux Know-How provides a collection of introductory texts on often needed Linux skills. |

Linux Know-How Bash Guide for Beginners Bash and Bash scripts Advantages of the Bourne Again Shell The restricted shell |
|
| See also: Interactive shells | |
The restricted shellWhen invoked as rbash or with the --restricted or -r option, the following happens:
When a command that is found to be a shell script is executed, rbash turns off any restrictions in the shell spawned to execute the script. More information:
|
|