Linux dircolors命令怎么使用
Linux dircolors命令怎么使用
这篇文章主要介绍“Linux dircolors命令怎么使用”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“Linux dircolors命令怎么使用”文章能帮助大家解决问题。
dircolors命令 设置ls命令在显示目录或文件时所用的色彩。dircolors可根据[色彩配置文件]来设置LS_COLORS环境变量或是显示设置LS_COLORS环境变量的命令。
dircolors
置ls命令在显示目录或文件时所用的色彩
语法
dircolors(选项)(参数)
选项
-b或--sh或--bourne-shell:显示在Boumeshell中,将LS_COLORS设为目前预设置的shell指令;-c或--csh或--c-shell:显示在Cshell中,将LS_COLORS设为目前预设置的shell指令;-p或--print-database:显示预设置;-help:显示帮助;-version:显示版本信息。
参数
文件:指定用来设置颜色的文件。
实例
[root@localhost~]#dircolors-p#Configurationfilefordircolors,autilitytohelpyousetthe#LS_COLORSenvironmentvariableusedbyGNUlswiththe--coloroption.#ThekeywordsCOLOR,OPTIONS,andEIGHTBIT(honoredbythe#slackwareversionofdircolors)arerecognizedbutignored.#Below,thereshouldbeoneTERMentryforeachtermtypethatiscolorizableTERMlinuxTERMlinux-cTERMmach-colorTERMconsoleTERMcon132x25TERMcon132x30TERMcon132x43TERMcon132x60TERMcon80x25TERMcon80x28TERMcon80x30TERMcon80x43TERMcon80x50TERMcon80x60TERMcygwinTERMdttermTERMputtyTERMxtermTERMxterm-colorTERMxterm-debianTERMrxvtTERMscreenTERMscreen-bceTERMscreen-wTERMvt100TERMEterm#Belowarethecolorinitstringsforthebasicfiletypes.Acolorinit#stringconsistsofoneormoreofthefollowingnumericcodes:#Attributecodes:#00=none01=bold04=underscore05=blink07=reverse08=concealed#Textcolorcodes:#30=black31=red32=green33=yellow34=blue35=magenta36=cyan37=white#Backgroundcolorcodes:#40=black41=red42=green43=yellow44=blue45=magenta46=cyan47=whiteNORMAL00#globaldefault,althougheverythingshouldbesomething.FILE00#normalfileDIR01;34#directoryLINK01;36#symboliclink.(Ifyousetthisto'target'insteadofa#numericalvalue,thecolorisasforthefilepointedto.)FIFO40;33#pipeSOCK01;35#socketDOOR01;35#doorBLK40;33;01#blockdevicedriverCHR40;33;01#characterdevicedriverORPHAN40;31;01#symlinktononexistentfileSETUID37;41#filethatissetuid(u+s)SETGID30;43#filethatissetgid(g+s)STICKY_OTHER_WRITABLE30;42#dirthatisstickyandother-writable(+t,o+w)OTHER_WRITABLE34;42#dirthatisother-writable(o+w)andnotstickySTICKY37;44#dirwiththestickybitset(+t)andnotother-writable#Thisisforfileswithexecutepermission:exec01;32#Listanyfileextensionslike'.gz'or'.tar'thatyouwouldlikels#tocolorizebelow.Puttheextension,aspace,andthecolorinitstring.#(andanycommentsyouwanttoaddaftera'#')#IfyouuseDOS-stylesuffixes,youmaywanttouncommentthefollowing:#.cmd01;32#executables(brightgreen)#.exe01;32#.com01;32#.btm01;32#.bat01;32.tar01;31#archivesorcompressed(brightred).tgz01;31.arj01;31.taz01;31.lzh01;31.zip01;31.z01;31.Z01;31.gz01;31.bz201;31.deb01;31.rpm01;31.jar01;31#imageformats.jpg01;35.jpeg01;35.gif01;35.bmp01;35.pbm01;35.pgm01;35.ppm01;35.tga01;35.xbm01;35.xpm01;35.tif01;35.tiff01;35.png01;35.mov01;35.mpg01;35.mpeg01;35.avi01;35.fli01;35.gl01;35.dl01;35.xcf01;35.xwd01;35#audioformats.flac01;35.mp301;35.mpc01;35.ogg01;35.wav01;35
关于“Linux dircolors命令怎么使用”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注恰卡编程网行业资讯频道,小编每天都会为大家更新不同的知识点。
推荐阅读
-
linux Centos如何安装PHP7
linuxCentos如何安装PHP7今天小编给大家分享一下li...
-
干了10多年的php,还不会安装,是不是丢人
-
Linux编程的十大代码编辑器新鲜出炉,你用的入榜单了吗?
-
从7到8,CentOS又更新了什么
-
PHP程序员的技术成长规划-基础阶段篇
-
Linux curl命令
Linuxcurl命令是一个利用URL规则在命令行下工作的文件传输工具。它支持文件的上传和下载,所以是综合传输工具,但...
-
CentOS和RedHat下8个最常用的YUM库
-
Linux系列之CentOS+Nginx+PHP+MySQL
-
3分钟短文:Laravel写个命令行,你就是下一个Geek
-
是时候深入了解Linux的系统结构了
什么是Linux?如果你以前从未接触过Linux,可能就不清楚为什么会有这么多不同的Linux发行版。在查看Linux...