分类: LINUX
2011-06-24 15:08:43
前提 | Shell | 配置文件1 | 配置文件2 | 配置文件3 | 配置文件4 |
---|---|---|---|---|---|
Subshell (直接输入sh,ksh,csh,bash命令 或者su) |
sh | |
|
|
|
ksh | |
|
|
|
|
csh | ~/.cshrc | |
|
|
|
bash | ~/.bashrc | ~/.inputrc | /etc/inputrc | |
|
su - telnet ssh rlogin |
sh | /etc/profile | ${HOME}/.profile | |
|
ksh | /etc/profile | ~/.profile | |
|
|
csh | ~/.cshrc | ~/.login | |
|
|
bash | ~/.bash_profile | ~/.bash_login | /etc/profile | ~/.profile |
参考Rolf Kersten的Solaris OE Guide for New System Administrators
这个由用户的缺省SHELL决定的。不同的SHELL对应的缺省profile是不一样的。
与Bourne shell 或者 Kron shell 对应的profile是用户home目录下的.profile文件