Infra Structure/Linux
ll 명령어 등록하기(ls -al)
하 선생
2022. 5. 25. 09:52
$ vi ~/.bash_profile
[아래 내용 추가]
alias ll="ls -al"
$ source ~/.bash_profile
# login shell에 적용되는 프로파일
/etc/profile
~/.bash_profile
~/.bash_login
~/.profile
~/.bashrc