# shell变量包括了系环境变量、自定义变量、函数 set # 常规的环境变量 echo $PATH # 设置全局变量,父shell和子shell都能使用的变量 export var_name="ldj"