How to change a users shell to bash
How to change a user's shell to bash is a simple one liner. This is how you can do it in debian or ubuntu.
chsh -s /bin/bash username
How to change a user's shell to bash is a simple one liner. This is how you can do it in debian or ubuntu.
chsh -s /bin/bash username