我想将默认的登录shell设置为Korn (ksh),但是chsh不承认/bin/ksh是一个shell。
/bin/ksh已经加载。
发布于 2015-02-12 16:04:02
所需的shell的完整路径必须添加到/etc/shells文件中-从man shells
DESCRIPTION
/etc/shells is a text file which contains the full pathnames of valid
login shells. This file is consulted by chsh(1) and available to be
queried by other programs.https://askubuntu.com/questions/584739
复制相似问题