原创 linux中配置環境變量的配置

1.環境變量的查看和設置方法:1.1 查看所有:export1.2 查看某個:echo $HOME1.3 設置一個環境變量:     export HELLO="hello!"     echo HELLo     hello!1.4 查