导航: 好喜爱学习网 >> 操作系统 >> unix操作系统 >> Unix用户登陆shell控制文件
相关文章
最新文章
文章内容
Unix用户登陆shell控制文件
作者:未知 来源:网络收集 录入:管理员

  几中常见shell在用户目录下的控制文件

  1)korn shell (ksh) - .profile .kshrc

  2)bourne shell (sh) - .profile

  3)c shell (csh) - .cshrc .login

  4)bash shell (bash) - .bash_profile .bash_login .profile

  在/etc/skel下,保存了用户的shell的模版文件。用admintool创建用户时系统不会将模版文件复制到用户主目录,而用useradd命令时系统会将相应用户设立了的模板复制到用户主目录并改名为相应的配置文件,如果想改变环境,修改这个文件就可以了.

  root的配置文件在/下,如果没有,用户可以自己创建.其他用户的配置文件在用户登陆目录下.

  用户登陆会先读系统标准配置文件,然后读自己目录下的文件,如果用户设置和默认不同,就改变值,如果用户没有设置,就用默认值.

  例如:bash进的读取顺序: $HOME/.profile-->/etc/profile

  bash is a bit different from sh.

  whenever the user log in the system, bash will look for .bash_profile; if it doesn't exist, it will look for bash_login; if it still doesn't exist, then it will look for .profile. if it can find none of them, finally it uses /etc/profile.

  of course, those files are under ${HOME} except /etc/profile.

E-MAIL:309076721@163.com
本站为非营利性质个人网站,建站只为个人爱好与学习,内容大多为电脑技术教程;
网站内容来源于互联网收集整理,禁止用于非法途径,如发现本网站上有侵权的文章请联系我们,我们会尽快删除;
本站不对站点内容准确性、完整性和真实性作任何承诺,由此产生的后果本站不承担任何责任,对以上引起的一切法律纠纷本站无权利承担。