[퍼온글] 터미널 색깔 바꾸기 putty

Posted by 빵빵빵
2008/12/28 04:14 전산(컴퓨터)/PC-Windows



터미널 색깔바꾸기
출처: 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


래드햇 계열

기본 bash shell을 사용할 경우.

# 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

--------------------------
터미널 ls할때 그 짙은푸른색이..알아볼수가 없어서 찾아다닌결과

바꿀수있는걸 알게됬다.

눈이 하나도 안아파!!

2008/12/28 04:14 2008/12/28 04:14

이 글에는 트랙백을 보낼 수 없습니다