Reported-by: `make lint-man-blank`
Cc: "G. Branden Robinson" <branden@debian.org>
Cc: Ingo Schwarze <schwarze@openbsd.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
.TS
lB l l.
S_IFMT 0170000 bit mask for the file type bit field
-
+\&
S_IFSOCK 0140000 socket
S_IFLNK 0120000 symbolic link
S_IFREG 0100000 regular file
S_ISVTX 01000 T{
sticky bit (see below)
T}
-
+\&
S_IRWXU 00700 T{
owner has read, write, and execute permission
T}
S_IXUSR 00100 T{
owner has execute permission
T}
-
+\&
S_IRWXG 00070 T{
group has read, write, and execute permission
T}
S_IXGRP 00010 T{
group has execute permission
T}
-
+\&
S_IRWXO 00007 T{
others (not in group) have read, write, and execute permission
T}