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 |
Tags
- GIT
- 단축키
- 줄바꿈 문자
- grep
- import
- Windows
- VirtualBox
- netsh
- lsof
- profile
- Windows 10
- vscode
- Quartz
- find
- 네트워크
- xargs
- web.xml
- plugin
- context
- bash
- IntelliJ
- Eclipse
- maVen
- Mac
- tomcat
- resource
- ssh
- Source
- port
- JavaScript
Archives
- Today
- Total
develog
[Linux] 환경변수 본문
출처: http://chanyi.egloos.com/viewer/4491641
2. 설정파일의 종류
/etc/profile : 시스템 규모의 환경 설정과 시작 프로그램들이 들어있다.
/etc/bashrc : 시스템 규모의 alias들과 함수들이 들어있다.
$HOME/.bash_profile : 사용자가 결정한 환경 설정과 시작 프로그램들이 들어있다.
$HOME/.bashrc : 사용자가 정의한 alias들과 함수들이 있다.
각 사용자별로 적용되는 설정 파일
~/.bash_profile
~/.bashrc
전체 사용자에게 공통으로 적용되는 설정파일
/etc/profile
/etc/bashrc
'OS & Shell > Linux' 카테고리의 다른 글
[Linux] JDK bit 확인 (0) | 2014.11.18 |
---|---|
[Linux] User Directory ~ (0) | 2014.11.17 |
Linux 64 bit 확인 (0) | 2014.07.17 |
현재 디렉토리 용량 확인 (0) | 2013.12.09 |
[Linux] 오래된 파일 검색, 삭제 (0) | 2013.12.09 |
Comments