简介
1、source命令
#source 配置文件
2、环境变量配置文件简介
环境变量配置文件中主要是定义对系统的操作环境生效的系统默认环境变量,比如PATH、HISTSIZE、PS1、HOSTNAME等默认环境变量
主要的环境变量文件:
/etc/profile
/etc/profile.d/*.sh
~/.bash_profile
~/.bashrc
/etc/bashrc
作用
/etc/profile ----- ~/.bash_profile ---- ~/.bashrc ---- /etc/bashrc ----- 命令提示符
- -
- -
---- /etc/profile.d/*.sh --------------------------------------
-
-
-
/etc/profile.d/lang.sh -------- /etc/sysc config/i18n
/etc/profile的作用:
USER变量:
LOGNAME变量:
MAIL变量:
PATH变量:
HOSTNAME变量:
HISTSIZE变量:
umask:
调用/etc/profile.dl/*.sh文件
~/.bash_profile的作用
调用了~/.bashrc文件
在PATH变量后面加入了“:$HOME/bin”这个目录
其他配置文件和登录信息
1、注销时生效的环境变量配置文件
~/.bash_logout
2、其他配置文件
~/bash_history
3、Shell登录信息
本地终端欢迎信息:/etc/issue
远程终端欢迎信息:/etc/issue.net