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

너무 게을러졌는지 자료 정리를 많이 못하고 있네요. 
좀 더 부지런해져야 겠습니다.
 
 
 
 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개

.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)
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

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

+
제목 글쓴이 날짜 조회
13년 전 조회 878
13년 전 조회 2,887
13년 전 조회 1,943
13년 전 조회 1,506
13년 전 조회 468
13년 전 조회 1,100
13년 전 조회 1,946
13년 전 조회 1,081
13년 전 조회 1,104
13년 전 조회 840
13년 전 조회 1,017
13년 전 조회 1,997
13년 전 조회 516
13년 전 조회 2,147
13년 전 조회 994
13년 전 조회 986
13년 전 조회 849
13년 전 조회 906
13년 전 조회 1,156
13년 전 조회 1,926
13년 전 조회 1,086
13년 전 조회 1,433
13년 전 조회 525
13년 전 조회 587
13년 전 조회 515