首页 > 代码库 > 登录式shell与非登录式shell
登录式shell与非登录式shell
登录式shell:
su – username
su -l username
非登录式shell:
su username
图形终端下打开命令窗口
自动执行的shell脚本
bash的配置文件
全局配置:
/etc/profile,/etc/proflie.d/*.sh,/etc/bashrc
个人配置:
~/.bash_profile,~/.bashrc
profiles类配置文件:
设定环境变量,运行命令或脚本
bashrc类配置文件:
设定本地变量,定义命令别名
登录式shell如何读取配置文件:
/etc/profile,/etc/profile.d/*.sh,~/.bash_profile,~/.bashrc,/etc/bashrc
非登录式shell如何读取配置文件:
~/.bashrc,/etc/bashrc,/etc/profile.d/*.sh
本文出自 “www.aboboo520.com” 博客,请务必保留此出处http://aboboo520.blog.51cto.com/11330424/1882469
登录式shell与非登录式shell
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。