일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- netsh
- GIT
- import
- JavaScript
- port
- VirtualBox
- web.xml
- Source
- bash
- 네트워크
- find
- Eclipse
- plugin
- resource
- 단축키
- xargs
- lsof
- 줄바꿈 문자
- vscode
- profile
- Windows
- Mac
- IntelliJ
- Quartz
- context
- Windows 10
- ssh
- tomcat
- grep
- maVen
- Today
- Total
목록OS & Shell (146)
develog
/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
[dev@dev01 ~] getconf LONG_BIT32 [dev@dev01 ~] getconf LONG_BIT64
du -sh .