Skip to content

系统预定义变量

常用系统变量

shell
 $HOME$PWD$SHELL$USER 

案例实操

查看系统变量的值

shell
[root@centos7 sh]# echo HOME
HOME

显示当前 Shell 中所有变量:set

shell
[root@centos7 sh]# set
BASH=/bin/bash
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()