~/.profile

Jmnote (토론 | 기여)님의 2017년 12월 17일 (일) 23:39 판 (→‎같이 보기)
/root/.profile
.profile

1 내용

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

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

mesg n

2 같이 보기

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