Change user default shell on Linux machine
From AcrodusWiki
Enter the following command to change user shell. The example changes the user alex to use bash.
usermod --shell /bin/bash alex
Enter the following command to change user shell. The example changes the user alex to use bash.
usermod --shell /bin/bash alex