登录式shell与非登录式shell
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了登录式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的主要内容,如果未能解决你的问题,请参考以下文章