mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
add mode bits
This commit is contained in:
parent
2acd6fa6ff
commit
17ddbe1196
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ are defined by
|
|||
\fL 0x80000000\fP directory
|
||||
\fL 0x40000000\fP append only
|
||||
\fL 0x20000000\fP exclusive use (locked)
|
||||
\fL 0x00800000\fP Unix device file
|
||||
\fL 0x00400000\fP symbolic link
|
||||
\fL 0x00200000\fP named pipe
|
||||
\fL 0x00100000\fP socket
|
||||
|
||||
\fL 0400\fP read permission by owner
|
||||
\fL 0200\fP write permission by owner
|
||||
|
|
Loading…
Reference in a new issue