Ver Shells disponibles en nuestro sistema:
cat /etc/shells
Ver que shell tiene un usuario:
grep tecmint /etc/passwd
Cambiar shell a un usuario
Mencionar que hay varias formas. A continuación, vemos 3 de ellas:
Con Usermod
usermod –shell /bin/bash jose
Con CHSH
chsh –shell /bin/sh tecmint
Editando /etc/passwd
nano /etc/passwd