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
- grep
- bash
- xargs
- Windows 10
- tomcat
- find
- profile
- 단축키
- JavaScript
- web.xml
- import
- vscode
- port
- context
- 네트워크
- ssh
- lsof
- plugin
- VirtualBox
- Mac
- Windows
- Eclipse
- maVen
- resource
- Quartz
- 줄바꿈 문자
- netsh
- IntelliJ
- GIT
- Source
Archives
- Today
- Total
목록export (1)
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
2014. 11. 17. 21:12