Kabuğumu bash'den zsh'ye değiştirmek istiyorum.
Kullanıcı zol olarak oturum açarken aşağıdaki çalıştırmayı denedim:
$ 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 -l
/bin/sh
/bin/bash
/sbin/nologin
/bin/zsh
Ne yanlış olabilir? Nasıl düzeltebilirim?
chsh
, yani tekrar giriş yapmanız gerekir.