server-administration:change-user-shell-type
How to Change the Shell Type for a Specific User
If you would like to change the shell type for a specific user you can do the following.
In this example we will change the shell type for username johnsmith to Bash:
chsh -s /bin/bash johnsmith
server-administration/change-user-shell-type.txt · Last modified: by garrett.plasky
