Quiero cambiar mi shell de bash a zsh. Intenté ejecutar lo siguiente mientras estaba conectado como usuario zol: $ chsh -s /bin/zsh $ sudo chsh -s /bin/zsh zol $ su -c 'chsh -s /bin/zsh zol' # The above all results with: $ password: $ chsh: Shell not changed. # zsh exists in /etc/shells.. chsh...