Update: the setuid and setgid bits will be cleared only if the caller is
not the super-user.
This commit is contained in:
parent
aa4d1febf1
commit
6e2ca95213
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: chown.2,v 1.15 1997/10/11 03:33:25 enami Exp $
|
||||
.\" $NetBSD: chown.2,v 1.16 1997/12/21 17:58:27 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -68,6 +68,7 @@ but the change
|
|||
.Fa owner
|
||||
capability is restricted to the super-user.
|
||||
.Pp
|
||||
Unless called by the super-user,
|
||||
.Fn chown ,
|
||||
.Fn lchown
|
||||
and
|
||||
|
|
Loading…
Reference in New Issue