728x90
bash를 주로 사용하는데 sh로 초기 shell이 적용되어 color가 맞지 않는다거나 하는 경우
# echo $SHELL
output :
/bin/sh
chsh -s {shell-name} {user-name}
#sudo chsh -s /bin/bash john
728x90
'Programming > linux왕초보' 카테고리의 다른 글
| [Linux] print file path (0) | 2021.12.22 |
|---|---|
| [python] read file, write file (0) | 2021.12.15 |
| ssh사용 시 diffie-hellman-group1-sha1 관련 (0) | 2018.01.30 |
| pthread min, max priority on linux (0) | 2017.06.12 |
| use vim like as source insight (0) | 2016.04.06 |
| GDB를 사용한 CORE 파일의 분석 (0) | 2016.02.05 |
| kernel make menuconfig error (0) | 2016.01.21 |
| Caching your GitHub password in Git (0) | 2016.01.08 |
| Serial ports usage on Linux (0) | 2016.01.08 |
| process 종료 (0) | 2015.05.28 |