리눅스 터미널 색상 변경하기일반적으로 putty 사용시 배경이 검은색이기때문에파란색이 잘 안보일수가 있다. 위 이미지를 보면 파란색이 잘 안보인다. # vi ~/.profileexport LS_COLORS="di=0;36" 항목을 추가 하고# source ~/.profile적용하면 위와 같이 잘 보이게 된다. 더 세부 적으로 셋팅을 하고 싶다면 파일 종류di = directory fi = file ln = linker file no = text ex = exe so = soket pi = name pipe bd = block device cd = charicter device 속성00 delete_method 01 bold 05 blink 07 reverse 색상 ("파일종류=속성;색상" ) export..