Change Default Shell
Default shell can be changed by using chsh
command.
Usage
To see available shells -
To see current shell -
To finally change shell -
To see your new shell -
It should be changed now, in case chsh
throws something like you may not change the shell for ${USER}
, follow along!
Using usermod
usermod
To see current shell -
To change shell -
Verify it by running -
Source: Unix - StackExchange
Last updated