Change Default Shell
Usage
$ cat /etc/shells$ echo $SHELL$ chsh -s /path/to/shell$ echo $SHELLUsing usermod
usermod$ grep ${USER} /etc/passwd$ sudo usermod --shell /bin/bash nameofuserLast updated
$ cat /etc/shells$ echo $SHELL$ chsh -s /path/to/shell$ echo $SHELLusermod$ grep ${USER} /etc/passwd$ sudo usermod --shell /bin/bash nameofuserLast updated
$ grep ${USER} /etc/passwd