Change my default shell in Linux using chsh
The chsh command (short for “change shell”) allows you to change the default shell for a user in Linux. Here are the steps to change your default shell using chsh: Open a terminal window Run the command cat /etc/shells, this will list the available shells on your system, make sure the shell you want to … Read more