Skip to content

Instantly share code, notes, and snippets.

@kevin39
Last active October 10, 2016 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin39/0abc36fb962d5d9717af453a8d52b531 to your computer and use it in GitHub Desktop.
Save kevin39/0abc36fb962d5d9717af453a8d52b531 to your computer and use it in GitHub Desktop.
Restricted bash shell
Source : http://www.tecmint.com/rbash-a-restricted-bash-shell-explained-with-practical-examples/
# cd /bin
# ln -s bash rbash
Extra setup to improve security :
http://blog.bodhizazen.net/linux/how-to-restrict-access-with-rbash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment