yoshiislandblog.net
元営業の駆け出しアラサーSEが、休日にMACと戯れた際の殴り書きメモ。日々勉強。日々進歩。

この記事は3年以上前に書かれた記事で内容が古い可能性があります

備忘:デフォルトシェルを変える

2017-01-21

シェルを変える時に忘れてしまうので備忘録

% cat /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.

/bin/bash
/bin/csh
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh


% chsh -s /bin/bash
Changing shell for hoge
Password for hoge

そして再度ログインすれば変わっている