/root/.bash profile

Jmnote (토론 | 기여)님의 2012년 5월 6일 (일) 21:54 판 (새 문서: ==기본 내용== <source lang='bash'> # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs P...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

기본 내용

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME
[root@svn0 home]# ll
total 0
[root@svn0 home]# cat ~/.bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}