* printmode.c (print_symbolic_mode_t): Rewrite. * xlat/modetypes.in: Add fallback values. * xlat/modeflags.in: New file.
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
#sorted
|
|
S_IFIFO 0010000
|
|
S_IFCHR 0020000
|
|
S_IFDIR 0040000
|
|
S_IFBLK 0060000
|
|
S_IFREG 0100000
|
|
S_IFLNK 0120000
|
|
S_IFSOCK 0140000
|