Command to check the current shell
% echo $SHELL
/bin/bash
Then check which shell is currently installed
% cat /etc/shells
/bin/bash
/bin/csh
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh
Please enter the following command
chsh
Reboot the shell.
exec $SHELL
https://castleobj.com/shell-change/
Recommended Posts