Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. ~/.dir_colors
  2.  
  3. #NORMAL 00 # no color code at all
  4. #FILE 00 # regular file: use no color at all
  5. RESET 0 # reset to "normal" color
  6. DIR 01;34 # directory
  7. LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
  8. # numerical value, the color is as for the file pointed to.)
  9. MULTIHARDLINK 00 # regular file with more than one link
  10. FIFO 40;33 # pipe
  11. SOCK 01;35 # socket
  12. DOOR 01;35 # door
  13. BLK 40;33;01 # block device driver
  14. CHR 40;33;01 # character device driver
  15. ORPHAN 01;05;37;41 # orphaned syminks
  16. MISSING 01;05;37;41 # ... and the files they point to
  17. SETUID 37;41 # file that is setuid (u+s)
  18. SETGID 30;43 # file that is setgid (g+s)
  19. CAPABILITY 30;41 # file with capability
  20. STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
  21. OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
  22. STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
  23.  
  24. cp /etc/DIR_COLORS /home/yourusername/.dir_colors
  25.  
  26. DIR 01;34 # directory
  27.  
  28. DIR 01;36 # directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement