第一.创建配置文件 $dircolors -p>~/.dircolors 第二.编辑配置文件 打开文件: $vi ~/.dircolors 找到这一行: DIR ; # directory #可用颜色: # =black =red =green =yellow =blue =magenta =cyan =white 第三.重新加载 $vi ~/.bashrc 增加或查看: # enable color support of ls and also add handy aliases if [ -…