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 /usr.bin/chflags | |
| parent | e4676ba603826ca933e03f6d4154cf8e1ea88c3c (diff) | |
Notes
Diffstat (limited to 'usr.bin/chflags')
| -rw-r--r-- | usr.bin/chflags/chflags.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 9c808a0094b3f..9ab880f597b81 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -83,9 +83,12 @@ arch set the archived flag (super-user only) dump set the dump flag sappnd set the system append-only flag (super-user only) schg set the system immutable flag (super-user only) +sunlnk set the system undeletable flag (super-user only) uappnd set the user append-only flag (owner or super-user only) uchg set the user immutable flag (owner or super-user only) -archived, sappend, schange, simmutable, uappend, uchange, uimmutable +uunlnk set the user undeletable flag (owner or super-user only) +archived, sappend, schange, simmutable, uappend, uchange, uimmutable, +sunlink, uunlink aliases for the above .Ed .Pp |
