잔글 (Jmnote님이 /root/.profile 문서를 ~/.profile 문서로 이동했습니다) |
|
(차이 없음)
|
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 같이 보기
편집자 Jmnote John Jeong
로그인하시면 댓글을 쓸 수 있습니다.