感谢支持
我们一直在努力

Linux 用户登录shell及登录时读取的配置文件

站在用户登录的角度来说,SHELL的类型:
登录式shell:
          正常通过某终端登录
          su – USERNAME
          su -l USERNAME
非登录式shell:
          su USERNAME(使用su切换用户,不带任何参数)
          GUI下打开命令窗口
          自动执行的shell脚本
bash的配置文件:
全局配置
      /etc/profile,/etc/profile.d/*.sh,/etc/bashrc
个人配置
    ~/.bash_profile,~/.bashrc
profile类的文件:
          设定环境变量
          运行命令或脚本
bashrc类的文件:
          设定本地变量
          定义命令别名
登录式shell如何读取配置文件:
/etc/profile –>/etc/profile.d/*.sh –>~/.bash_profile –>~/.bashrc –>/etc/bashrc
非登录式shell如何读取配置文件:
~/.bashrc –>/etc/bashrc –>/etc/profile.d/*.sh

本文永久更新链接地址:http://www.linuxidc.com/Linux/2015-02/113072.htm

赞(0) 打赏
转载请注明出处:服务器评测 » Linux 用户登录shell及登录时读取的配置文件
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏