I have a problem to login as root.
My '/etc/passwd' file is like
root:x:0:0:root:/root:which zsh
....
....
I asked similar question at "How can I change the shell for to original one (/bin/bash) without root privilege?" and I the proposed suggestions, but till now it doesn't work.
[]@[]:~$ su - root
Password:
Cannot execute which zsh: No such file or directory
[]@[]:~$ su - -s /bin/bash
Password:
Cannot execute which zsh: No such file or directory
[]@[]:~$ su - -s /bin/bash root
Password:
Cannot execute which zsh: No such file or directory
[]@[]:~$ su -s /bin/bash root
Password:
Cannot execute which zsh: No such file or directory
Any suggestions for this situation?