일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Mac
- ssh
- 줄바꿈 문자
- tomcat
- IntelliJ
- netsh
- import
- grep
- Windows 10
- context
- GIT
- xargs
- VirtualBox
- lsof
- find
- JavaScript
- web.xml
- bash
- 단축키
- profile
- plugin
- Source
- Quartz
- 네트워크
- Eclipse
- vscode
- port
- Windows
- resource
- maVen
- Today
- Total
목록OS & Shell/Linux (83)
develog
#/bin/bash source=(Mem\$1.class)
$ vi ~/.bash_profileexport LD_LIBRARY_PATH=/home/dev/test/aa # 추가 $ source ~/.bash_profile
/etc/profile START/etc/profile END .bash_profile START .bashrc START /etc/bashrc START /etc/bashrc END .bashrc END.bash_profile END
java -d32 -versionjava -d64 -version
[dev@dev01 ~]$ pwd/home/dev [dev@dev01 ~]$ ll ../ .Xauthority .bash_logout .bashrc .exrc .viminfo .zshrc ../ .bash_history .bash_profile .emacs .ssh/ .viminfo.tmp ------------------------------------------------- ./../.bash_history.bash_logout.bash_profile.bashrc.emacs.exrc.ssh/.viminfo.viminfo.tmp.Xauthority.zshrc
출처: 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