diff options
| -rw-r--r-- | man/man7/inode.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man7/inode.7 b/man/man7/inode.7 index b75ba36cdb..08282b74c6 100644 --- a/man/man7/inode.7 +++ b/man/man7/inode.7 @@ -257,7 +257,7 @@ The following mask values are defined for the file type: .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 @@ -376,7 +376,7 @@ T} S_ISVTX 01000 T{ sticky bit (see below) T} - +\& S_IRWXU 00700 T{ owner has read, write, and execute permission T} @@ -389,7 +389,7 @@ T} S_IXUSR 00100 T{ owner has execute permission T} - +\& S_IRWXG 00070 T{ group has read, write, and execute permission T} @@ -402,7 +402,7 @@ 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} |
