터미널 ls할때 그 짙은 푸른색이 잘보이지도 않고 눈이 아파서 바꿀수있는지 찾아보았다…
기본 bash shell을 사용할 경우.
1 2 3 4 |
# vi ~/.bashrc ... export LS_COLORS="di=01;33":"fi=01;37":"ex=01;32":"ln=01;36":"so=01;33" # source ~/.bashrc |
“파일종류=속성;색상”
——————————————————————————-
export LS_COLORS=”di=01;31″:”fi=01;37″:”ex=01;32″:”ln=01;36″:”so=01;33″
——————————————————————————-
디렉토리 = 붉은색
일반파일 = 흰색
실행파일 = 연두색
링크파일 = 하늘색
소켓파일 = 노랑색
——–
파일종류
——–
di = directory
fi = file
ln = linker file
no = text
ex = exe
so = soket
pi = name pipe
bd = block device
cd = charicter device
————
ansi 색상표
————
[text num] [bg num] [color]
30 40 black
31 41 red
32 42 green
33 43 yellow
34 44 blue
35 45 magenta
36 46 sky
37 47 white
——-
속성(?)
——-
00 delete_method
01 bold
05 blink
07 reverse
출처 :: http://rommance.net/tc/entry/putty%EC%97%90%EC%84%9C-ls-%EC%83%89%EC%83%81-%EB%A7%98%EC%97%90-%EC%95%88%EB%93%A4-%EB%95%8C