I want every new user from now on to have bash as their shell by default.
I know that to change your own shell to bash, you would use the command "chsh -s /bin/bash", but how do I automatically set all future users' shell to bash by default?
|
feedback
|
|
adduser The useradd Most likely you don't need this because useradd is a very low-level utility, and it's hardly ever used directly. If you use useradd, edit the Set the Now every time you use Already existing users If you want to change the shell of already existing users you have to edit the Here is a description of the columns
In that order separated by colons (:) like this.
For more information about that file consult the man page | ||||
|
feedback
|