README Demonstrate a restricted bash shell Examples # open a restricted bash shell bash -r Restricted # can't do this cd .. # can't do this either TEMPFILE=$(mktemp) echo "HELLO" > $TEMPFILE