я хочу змінити env оболонки за замовчуванням
і працювати chsh -s /bin/zsh
як користувач root,
але повідомлення про помилку з'явилося: chsh: PAM authentication failed
.
я знаходжу цю тему http://ubuntuforums.org/showthread.php?t=1702833
але відповідь не вирішила моєї проблеми
будь-яка допомога буде вдячна
це вміст /etc/pam.d/chsh
#
# The PAM configuration file for the Shadow `chsh' service
#
# This will not allow a user to change their shell unless
# their current one is listed in /etc/shells. This keeps
# accounts with special shells from changing them.
auth required pam_shells.so
# This allows root to change user shell without being
# prompted for a password
auth sufficient pam_rootok.so
# The standard Unix authentication modules, used with
# NIS (man nsswitch) as well as normal /etc/passwd and
# /etc/shadow entries.
@include common-auth
@include common-account
@include common-session
це вміст оболонок / etc / shell
# /etc/shells: valid login shells
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/tmux
/usr/bin/screen
/bin/zsh
/usr/bin/zsh
я вважаю , що я використовував для запуску chsh -s zsh
це змінить перший рядок в /etc/passwd
якості
root:x:0:0:root:/root:zsh
і chsh
попросить пароль, який ви спробуєте
я просто редагую /etc/passwd
файл вручну, і все в порядку.
дурна помилка і дякую за відповіді