I am an IT-consultant, teaching individuals how to work securely on a computer, protect data with encryption tools and how to communicate securely with people over insecure networks. Contact me to make an appointment.
Wednesday, August 18, 2010
Change shell for a user, Ubuntu
list the shell echo $SHELL
change shell to for example /bin/bash chsh -s /bin/bash username