Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- GIT
- tomcat
- lsof
- resource
- maVen
- 단축키
- ssh
- IntelliJ
- netsh
- grep
- port
- 네트워크
- profile
- Windows
- bash
- xargs
- Windows 10
- 줄바꿈 문자
- Eclipse
- find
- web.xml
- Quartz
- JavaScript
- VirtualBox
- context
- import
- vscode
- Source
- plugin
- Mac
Archives
- Today
- Total
develog
[Linux] env 환경 변수 본문
환경변수 전체 확인
$ env |
특정 환경변수 확인
$ echo $SHELL |
환경 변수 종류
$SHELL |
|
$BASH | |
$BASH_VERSION |
|
$HOME |
|
$USER |
|
$LANG |
|
$OSTYPE | |
$LOGNAME | |
$TERM | |
환경변수 설정 (현재 터미널에만)
export AA=11 |
환경변수 삭제
unset $AA |
'OS & Shell > Linux' 카테고리의 다른 글
[Linux] vi color scheme (0) | 2017.05.31 |
---|---|
[Linux] find 검색 결과만 출력 (0) | 2017.05.29 |
[Linux] .bashrc vs .bash_profile (0) | 2017.05.23 |
[Linux] alias ll (0) | 2017.05.23 |
[Linux] bash color 확인 (0) | 2017.05.23 |
Comments