(→같이 보기) |
|||
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 같이 보기
편집자 Jmnote John Jeong
로그인하시면 댓글을 쓸 수 있습니다.