首页 > 代码库 > shell 类型
shell 类型
站在用户登录的角度来说,shell分为两类:
登陆式shell: 正常通过某终端登录,su -username (完全登陆)
非登陆式shell: su username
bash 的配置文件:
全局配置: etc/profile etc/profile.d/*.sh etc/bashrc
个人: ~/.bash_prefile ~/.bashrc
以上五个文件,可以分为两类:
profile类: 设定环境变量,运行命令或脚本
bash类: 设定本地变量,定义变量别名
当bash进程执行时,首先会读取全局的配置即:profile类,然后才会读取个人的配置.
登录式shell : /etc/profile -> /etc/profile.d/*sh -> ~/.bash_profile -> etc/bashrc -> ~/.bashrc
非登录式shell: ~/.bashrc ->/etc/bashrc ->etc/profile.d/*sh
shell 类型
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。