$ vi ~/.bash_profile
[아래 내용 추가]
alias ll="ls -al"
$ source ~/.bash_profile
# login shell에 적용되는 프로파일
/etc/profile
~/.bash_profile
~/.bash_login
~/.profile
~/.bashrc
'Infra Structure > Linux' 카테고리의 다른 글
[Linux] ps -aux --forest | grep nginx (0) | 2022.06.01 |
---|---|
scp 파일 전송 명령어 (0) | 2022.05.26 |
sftp - telnet ,ssh 상에서 파일 업로드/ 다운로드 (0) | 2022.04.22 |
sha256sum을 이용해 파일의 유효성 검증 (0) | 2022.03.14 |
[Linux] 디스크용량 체크 쉘(shell) (0) | 2022.03.10 |