$ chsh
Password:
Changing the login shell for bravo
Enter the new value, or press return for the default
Login Shell [/bin/bash]: /usr/bin/emacs
/usr/bin/emacs is an invalid shell.
$ su
Password:
# echo /usr/bin/emacs >> /etc/shells
# exit
$ chsh
Password:
Changing the login shell for bravo
Enter the new value, or press return for the default
Login Shell [/bin/bash]: /usr/bin/emacs
$
無理矢理やってみよう (スコア:2)
$ chsh
Password:
Changing the login shell for bravo
Enter the new value, or press return for the default
Login Shell [/bin/bash]: /usr/bin/emacs
/usr/bin/emacs is an invalid shell.
$ su
Password:
# echo /usr/bin/emacs >> /etc/shells
# exit
$ chsh
Password:
Changing the login shell for bravo
Enter the new value, or press return for the default
Login Shell [/bin/bash]: /usr/bin/emacs
$
それではおたのしみください。