너무 게을러졌는지 자료 정리를 많이 못하고 있네요.
좀 더 부지런해져야 겠습니다.
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개
13년 전
.bashrc에 넣어도 작동이 될까요?
13년 전
동작하네요. ^^
[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)
[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에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5852 | 9년 전 | 613 | ||
| 5851 | 9년 전 | 543 | ||
| 5850 | 9년 전 | 398 | ||
| 5849 | 9년 전 | 303 | ||
| 5848 | 9년 전 | 302 | ||
| 5847 | 9년 전 | 298 | ||
| 5846 | 9년 전 | 278 | ||
| 5845 | 9년 전 | 301 | ||
| 5844 | 9년 전 | 321 | ||
| 5843 | 9년 전 | 416 | ||
| 5842 | 9년 전 | 309 | ||
| 5841 | 9년 전 | 1077 | ||
| 5840 |
|
9년 전 | 1205 | |
| 5839 | 9년 전 | 587 | ||
| 5838 | 9년 전 | 320 | ||
| 5837 | 9년 전 | 368 | ||
| 5836 | 9년 전 | 365 | ||
| 5835 | 9년 전 | 494 | ||
| 5834 | 9년 전 | 336 | ||
| 5833 | 9년 전 | 452 | ||
| 5832 | 9년 전 | 286 | ||
| 5831 | 9년 전 | 271 | ||
| 5830 | 9년 전 | 284 | ||
| 5829 | 9년 전 | 332 | ||
| 5828 | 9년 전 | 310 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기