Added stuff from old job

This commit is contained in:
2026-01-28 23:11:19 -08:00
parent 54baed66d2
commit 2702cfdd64
7 changed files with 98 additions and 32 deletions

View File

@@ -131,11 +131,11 @@ DIR 36
LINK 35
# pipe, socket, block device, character device (blue bg)
FIFO 37;44
SOCK 37;44
DOOR 37;44 # Solaris 2.5 and later
BLK 37;44
CHR 37;44
FIFO 34
SOCK 34
DOOR 34 # Solaris 2.5 and later
BLK 34
CHR 34
# }}}
# File attributes {{{
@@ -146,9 +146,9 @@ ORPHAN 05;37;45
# ... and the files that orphaned symlinks point to (blinking white on red)
MISSING 05;37;45
# dir that is sticky and other-writable (+t,o+w)
STICKY_OTHER_WRITABLE 30;46
STICKY_OTHER_WRITABLE 36
# dir that is other-writable (o+w) and not sticky
OTHER_WRITABLE 30;46
OTHER_WRITABLE 36
# files with execute permission
EXEC 01;31 # Unix
@@ -361,20 +361,20 @@ EXEC 01;31 # Unix
.log 32
# Unimportant non-text files
*,v 01;30
.BAK 01;30
.DIST 01;30
.OFF 01;30
.OLD 01;30
.ORIG 01;30
.bak 01;30
.dist 01;30
.off 01;30
.old 01;30
.org_archive 01;30
.orig 01;30
.swo 01;30
.swp 01;30
*,v 01;32
.BAK 01;32
.DIST 01;32
.OFF 01;32
.OLD 01;32
.ORIG 01;32
.bak 01;32
.dist 01;32
.off 01;32
.old 01;32
.org_archive 01;32
.orig 01;32
.swo 01;32
.swp 01;32
# }}}