After adding a new user. It's shell is not added to /bin/bash itstead it is added to /bin/sh i have to change the shell for every new user I add. If there is any way a new user added should be given shell /bin/bash
After adding a new user. It's shell is not added to /bin/bash itstead it is added to /bin/sh i have to change the shell for every new user I add. If there is any way a new user added should be given shell /bin/bash
I think the commande you are looking for is
...as per this page : https://wiki.ubuntu.com/DashAsBinSh
Check that the file
/etc/adduser.conf
contain a line withthat is the default on Ubuntu.