diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1997-06-02 06:24:52 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1997-06-02 06:24:52 +0000 |
| commit | 50dab48a5b79db0d1d10e5d8a3527763cb1cae63 (patch) | |
| tree | 271fc558356e392a58d9249d3b3eba7d3ff6ffc1 /lib/libc/sys/chflags.2 | |
| parent | e4676ba603826ca933e03f6d4154cf8e1ea88c3c (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/chflags.2')
| -rw-r--r-- | lib/libc/sys/chflags.2 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 94b744ca9c80..3305b3a2aef5 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -65,6 +65,8 @@ Do not dump the file. The file may not be changed. .It UF_APPEND The file may only be appended to. +.It UF_NOUNLINK +The file may not be renamed or deleted. .It UF_OPAQUE The directory is opaque when viewed through a union stack. .\".It ARCHIVED @@ -73,18 +75,24 @@ The directory is opaque when viewed through a union stack. The file may not be changed. .It SF_APPEND The file may only be appended to. +.It SF_NOUNLINK +The file may not be renamed or deleted. .El .Pp The .Dq UF_IMMUTABLE -and +, .Dq UF_APPEND +and +.Dq UF_NOUNLINK flags may be set or unset by either the owner of a file or the super-user. .Pp The .Dq SF_IMMUTABLE -and +, .Dq SF_APPEND +and +.Dq SF_NOUNLINK flags may only be set or unset by the super-user. Attempts by the non-super-user to set the super-user only flags are silently ignored. |
