歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu下使用ls命令顯示文件顏色相關內容及修改

Ubuntu下使用ls命令顯示文件顏色相關內容及修改

日期:2017/2/28 14:51:27   编辑:Linux教程

在Ubuntu下,使用ls命令顯示目錄下文件及文件夾時會先顯示不同顏色,如下圖所示:

如果知道了不同顏色分別代表的含義,那麼對於我們查看目錄下文件信息方便了很多,所以就搜索了一下相關文章,找到一篇,如下所示:

# Attribute codes: 字符屬性
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
#00無 01粗體 04下劃線 05閃爍 07反轉 08隱藏
# Text color codes: 字符顏色
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
#30黑 31紅 32綠 33黃 34藍 35粉紅 36淡藍 37白
# Background color codes: 字符背景色
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
#40黑 41紅 42綠 43黃 44藍 45粉紅 46淡藍 47白
NORMAL 00 # global default, although everything should be something. 普通文件 終端默認顏色
FILE 00 # normal file 普通文件 終端默認顏色
DIR 01;34 # directory 目錄 粗體-藍字
LINK 01;36 # symbolic link. (If you set this to ‘target’ instead of a 符號鏈接 粗體-淡藍字
# numerical value, the color is as for the file pointed to.)
FIFO 40;33 # pipe 管道API 黑底-黃字
SOCK 01;35 # socket 套接字API 粗體-粉紅字
DOOR 01;35 # door 門API 粗體-粉紅字
BLK 40;33;01 # block device driver 塊設備驅動 粗體-黑底-黃字
CHR 40;33;01 # character device driver 字符設備驅動 粗體-黑底-黃字
ORPHAN 40;31;01 # symlink to nonexistent file 指向文件不存在的符號鏈接 粗體-黑底-紅字
SETUID 37;41 # file that is setuid (u+s) 指定UID的文件 紅底-白字
SETGID 30;43 # file that is setgid (g+s) 指定GID的文件 黃底-黑字
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) +t,o+w權限的文件 綠底-黑字(不常用)
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky -t,o+w權限的文件 綠底-藍字(不常用)
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable +t,o-w權限的文件 藍底-白字(不常用)
# This is for files with execute permission:
EXEC 01;32 有執行權限的文件 粗體-綠字
# List any file extensions like ‘.gz’ or ‘.tar’ that you would like ls
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a ‘#’)
# If you use DOS-style suffixes, you may want to uncomment the following:
#.cmd 01;32 # executables (bright green) .cmd可執行文件 粗體-綠字(亮)
#.exe 01;32 .exe文件 粗體-綠字
#.com 01;32 .com文件 粗體-綠字
#.btm 01;32 .btm文件 粗體-綠字
#.bat 01;32 .bat文件 粗體-綠字
.tar 01;31 # archives or compressed (bright red) .tar壓縮文件 粗體-紅字(亮)
.tgz 01;31 .tgz文件 粗體-紅字
.arj 01;31 .arj文件 粗體-紅字
.taz 01;31 .taz文件 粗體-紅字
.lzh 01;31 .lzh文件 粗體-紅字
.zip 01;31 .zip文件 粗體-紅字
.z 01;31 .z文件 粗體-紅字
.Z 01;31 .Z文件 粗體-紅字
.gz 01;31 .gz文件 粗體-紅字
.bz2 01;31 .bz2文件 粗體-紅字
.deb 01;31 .deb文件 粗體-紅字
.rpm 01;31 .rpm文件 粗體-紅字
.jar 01;31 .jar文件 粗體-紅字
# image formats
.jpg 01;35 .jpg圖片 粗體-粉紅字
.jpeg 01;35 .jpeg圖片 粗體-粉紅字
.gif 01;35 .gif圖片 粗體-粉紅字
.bmp 01;35 .bmp圖片 粗體-粉紅字
.pbm 01;35 .pbm 圖片 粗體-粉紅字
.pgm 01;35 .pgm圖片 粗體-粉紅字
.ppm 01;35 .ppm圖片 粗體-粉紅字
.tga 01;35 .tga圖片 粗體-粉紅字
.xbm 01;35 .xbm圖片 粗體-粉紅字
.xpm 01;35 .xpm圖片 粗體-粉紅字
.tif 01;35 .tif圖片 粗體-粉紅字
.tiff 01;35 .tiff圖片 粗體-粉紅字
.png 01;35 .png 圖片 粗體-粉紅字
.mov 01;35 .mov視頻 粗體-粉紅字
.mpg 01;35 .mpg視頻 粗體-粉紅字
.mpeg 01;35 .mpeg視頻 粗體-粉紅字
.avi 01;35 .avi視頻 粗體-粉紅字
.fli 01;35 .fli視頻 粗體-粉紅字
.gl 01;35 .gl視頻 粗體-粉紅字
.dl 01;35 .dl視頻 粗體-粉紅字
.xcf 01;35 .xcf視頻 粗體-粉紅字
.xwd 01;35 .xwd視頻 粗體-粉紅字
# audio formats
.flac 01;35 .flac音頻 粗體-粉紅字
.mp3 01;35 .mp3音頻 粗體-粉紅字
.mpc 01;35 .mpc音頻 粗體-粉紅字
.ogg 01;35 .ogg音頻 粗體-粉紅字
.wav 01;35 .wav音頻 粗體-粉紅字

PS: 文件可執行權限的顏色顯示優先於文件可讀寫權限

Copyright © Linux教程網 All Rights Reserved