#Linux

[Linux] 환경 변수

여리D 2019. 1. 13. 19:14


환경 변수 보기

env


ex)  echo $PATH

echo $LANG


환경 변수 설정

export 


ex)  export $LANG=ko_KR.UTF-8