1. Check current shell:
1
2
3
# echo $SHELL

/bin/sh
  1. Change shell to /bin/bash:
1
# usermod -s /bin/bash <username>