반응형
1. 현재 alias 확인
$ alias
alias l.='ls -d .* --color=auto'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias vi='vim'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias vi='vim'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
2. alias 설정
$ alias isbyeon="ssh isbyeon.kobic.kr -l isbyeon"
$ isbyeon
isbyeon@isbyeon.kobic.kr's password:
3. 확인
$ alias | grep isbyeon
alias isbyeon='ssh isbyeon.kobic.kr -l isbyeon'
4. alias 해제
$ unalias isbyeon
반응형
'Linux > CentOS' 카테고리의 다른 글
파일 종류 및 문자열 찾기 (0) | 2012.12.31 |
---|---|
script로 작업내용을 저장하기 (0) | 2012.12.31 |
가상 콘솔(Console) 전환 (0) | 2012.12.30 |
쉘에서 단축키 사용 (0) | 2012.12.30 |
명령 프롬프트 구조 (0) | 2012.12.30 |
최근댓글