빅

ls 했을때 디렉토리 색깔이 어둡다면?

· 2012-05-02 (수) 10:45:43 · 703 · 2
너무 게을러졌는지 자료 정리를 많이 못하고 있네요. 
좀 더 부지런해져야 겠습니다.
 
 
 
 dircolors -p > ~/dircolors.txt
eval $( dircolors -b ~/dircolors.txt)
 
ls 해보면 밝은색깔을 볼수 있습니다.
 
 
 
  -p, --print-database        output defaults
  -b, --sh, --bourne-shell    output Bourne shell code to set LS_COLORS
|

댓글 2개

2012-05-09 (수) 22:23:03
.bashrc에 넣어도 작동이 될까요?
동작하네요. ^^

[root@sf2 ~]# cat /root/.bashrc
# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

dircolors -p > ~/dircolors.txt
eval $( dircolors -b ~/dircolors.txt)
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
12-05-03 조회 1,031
12-05-03 조회 804
12-05-03 조회 607
12-05-03 조회 1,065
12-05-03 조회 3,077
12-05-03 조회 2,159
12-05-03 조회 1,708
12-05-03 조회 659
12-05-02 조회 1,318
12-05-02 조회 2,138
12-05-02 조회 1,271
12-05-02 조회 1,292
12-05-02 조회 1,042
12-05-02 조회 1,209
12-05-02 조회 2,186
12-05-02 조회 704
12-05-01 조회 2,335
12-05-01 조회 1,190
12-04-30 조회 1,174
12-04-30 조회 1,053
12-04-30 조회 1,095
12-04-30 조회 1,347
12-04-30 조회 2,129
12-04-30 조회 1,274
12-04-28 조회 1,615