当前位置:操作系统 > Unix/Linux >>

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.

  

上一个:Unix系统和内核初始化过程
下一个:freebsdVPN搭建

更多Unix/Linux疑问解答:
路由原理介绍
子网掩码快速算法
改变网络接口的速度和协商方式的工具miitool和ethtool
Loopback口的作用汇总
OSPF的童话
增强的ACL修改功能
三层交换机和路由器的比较
用三层交换机组建校园网
4到7层交换识别内容
SPARC中如何安装Linux系统(2)
SPARC中如何安装Linux系统(1)
用Swatch做Linux日志分析
实战多种Linux操作系统共存
浅析Linux系统帐户的管理和审计
Linux2.6对新型CPU的支持(2)
电脑通通透
玩转网络
IE/注册表
DOS/Win9x
Windows Xp
Windows 2000
Windows 2003
Windows Vista
Windows 2008
Windows7
Unix/Linux
苹果机Mac OS
windows8
安卓/Android
Windows10
如果你遇到操作系统难题:
访问www.zzzyk.com 试试
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,