~/.profile

Jmnote (토론 | 기여)님의 2014년 4월 4일 (금) 21:19 판 (새 문서: ;/root/.profile ;.profile ==내용== <source lang='bash'> # ~/.profile: executed by Bourne-compatible login shells. if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc ...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/root/.profile
.profile

내용

# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

mesg n
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}