~/.profile

Jmnote (토론 | 기여)님의 2014년 4월 4일 (금) 21:20 판 (→‎같이 보기)
/root/.profile
.profile

1 내용

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

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

mesg n

2 같이 보기