6
Benutzer existiert nicht in / etc / passwd, wenn versucht wird, die Standard-Shell zu ändern
Ich möchte meine Standard-Shell von tcsh auf bash ändern. Also habe ich es versucht und das ist passiert: >sudo chsh userid Changing the login shell for userid Enter the new value, or press ENTER for the default Login Shell [/xhbin/tcsh]: /bin/bash chsh: user 'userid' does not exist in /etc/passwd In …