빅

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

· 2012-05-02 (수) 10:45:43 · 705 · 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,032
12-05-03 조회 805
12-05-03 조회 608
12-05-03 조회 1,067
12-05-03 조회 3,079
12-05-03 조회 2,161
12-05-03 조회 1,709
12-05-03 조회 661
12-05-02 조회 1,320
12-05-02 조회 2,140
12-05-02 조회 1,274
12-05-02 조회 1,293
12-05-02 조회 1,044
12-05-02 조회 1,211
12-05-02 조회 2,187
12-05-02 조회 706
12-05-01 조회 2,336
12-05-01 조회 1,191
12-04-30 조회 1,177
12-04-30 조회 1,054
12-04-30 조회 1,097
12-04-30 조회 1,348
12-04-30 조회 2,130
12-04-30 조회 1,275
12-04-28 조회 1,615