[LINUX] 리눅스 환경 변수 설명 LINUX Environment Variable Explain


셸은 여러 가지의 환경 변수 값을 갖습니다.
설정된 환경 변수는 "echo $환경 변수 이름" 형식으로 명령어를 실행하면 확인할 수 있습니다.
예를 들어 로그인 이름을 출력하려면 "echo $LONGNAME"을 실행합니다.
The shell takes a number of environment variable values.
The set environment variable can be checked by executing the command in the format of "echo $Environment Variable name".
For example, to print the login name, run "echo $LONGNAME".

환경 변수 및 설명 Environment Variable and Explain


환경변수(Environment Variable) 설명(Explain) 환경변수(Environment Variable) 설명(Explain)
HOME 현재 사용자의 홈 폴더(Current user's home folder) PATH 실행 파일을 찾는 폴더 경로(Folder path to find executable files)
LANG 기본 지원되는 언어(Natively supported languages) PWD 사용자의 현재 작업 폴더(User's current working folder)
TERM 로그인 터미널 타입(Login Terrminal Type) SHELL 로그인해서 사용하는 셸(The shell you log in and use)
USER 현재 사용자의 이름(Current user's name) DISPLAY X 디스플레이 이름(X Display Name)
COLUMNS 현재 터미널의 칼럼 수(Number of columns in the current terminal) LINES 현재 터미널 라인 수(Current number of terminal lines)
PS1 1차 명령 프롬프트 변수(First command prompt variable) PS2 2차 명령 프롬프트[대부분 ">"](Second command prompt variable[mostly ">"])
BASH bash 셸의 경로(Path to bash shell) BASH_VERSION bash 버전(Bash Version)
HISTFILE 히스토리 파일의 경로(Path to history file) HISTSIZE 히스토리 파일에 저장되는 개수(Number of saved history files)
HOSTNAME 호스트의 이름 USERNAME 현재 사용자 이름
LONGNAME 로그인 이름(Login Name) LS_COLORS "ls" 명령어의 확장자 색상 옵션(Extension color option for "ls" command)
MAIL 메일을 보관하는 경로(Path to archive mail) OSTYPE 운영체제 타입(Operating System Type)

The End

댓글 쓰기

0 댓글