change user shell code example
Example 1: change user linux
sudo su - username
Example 2: change user default shell
chsh --shell [/bin/sh | your_shell] [your_user]
sudo su - username
chsh --shell [/bin/sh | your_shell] [your_user]