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

잔글 (Jmnote 사용자가 ~/.bashrc 문서를 /root/.bashrc 문서로 옮기면서 넘겨주기를 덮어썼습니다)
21번째 줄: 21번째 줄:
*[[Profile bashrc bash profile 순서]]
*[[Profile bashrc bash profile 순서]]
*[[/etc/bashrc]]
*[[/etc/bashrc]]
*[[/root/.profile]]
*[[alias]]
*[[alias]]


[[분류: /root]]
[[분류: /root]]
[[분류: bash]]
[[분류: bash]]

2014년 4월 4일 (금) 21:19 판

/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 }}