잔글 (Jmnote님이 /root/.profile 문서를 ~/.profile 문서로 이동했습니다) |
(→같이 보기) |
||
22번째 줄: | 22번째 줄: | ||
[[분류: 우분투]] | [[분류: 우분투]] | ||
[[분류: /root]] | [[분류: /root]] | ||
[[분류: ~]] |
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
로그인하시면 댓글을 쓸 수 있습니다.