"~/.profile"의 두 판 사이의 차이

18번째 줄: 18번째 줄:
*[[$BASH]]
*[[$BASH]]
*[[/root/.bashrc]]
*[[/root/.bashrc]]
*[[mesg]]


[[분류: /root]]
[[분류: /root]]

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 같이 보기