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

17번째 줄: 17번째 줄:
==같이 보기==
==같이 보기==
*[[$BASH]]
*[[$BASH]]
*[[/root/.bashrc]]
*[[~/.bashrc]]
*[[mesg]]
*[[mesg]]



2017년 12월 17일 (일) 23:39 판

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