chown.2, statfs.2: Global fix: /non-superuser/unprivileged user/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 18:26:41 +01:00
parent f38d8f717e
commit c95853ae66
2 changed files with 3 additions and 3 deletions

View File

@ -88,8 +88,8 @@ or
.I group
is specified as \-1, then that ID is not changed.
When the owner or group of an executable file are changed by a non-superuser,
the
When the owner or group of an executable file are
changed by an unprivileged user the
.B S_ISUID
and
.B S_ISGID

View File

@ -50,7 +50,7 @@ struct statfs {
long f_bsize; /* optimal transfer block size */
long f_blocks; /* total data blocks in file system */
long f_bfree; /* free blocks in fs */
long f_bavail; /* free blocks avail to non-superuser */
long f_bavail; /* free blocks avail to unprivileged user */
long f_files; /* total file nodes in file system */
long f_ffree; /* free file nodes in fs */
fsid_t f_fsid; /* file system id */