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

잔글 (Jmnote 사용자가 ~/.bashrc 문서를 /root/.bashrc 문서로 옮기면서 넘겨주기를 덮어썼습니다)
(차이 없음)

2014년 3월 11일 (화) 22:07 판

/root/.bashrc
~/.bashrc

1 기본값

# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}