stat.2: DESCRIPTION: add list entries for 'st_uid' and 'st_gid'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 15:23:55 +02:00
parent d41bfb204e
commit 78909f3e1d
1 changed files with 6 additions and 0 deletions

View File

@ -221,6 +221,12 @@ See the discussion of file type and mode, below.
.I st_nlink
This field contains the number of hard links to the file.
.TP
.I st_uid
This field contains the user ID of the owner of the file.
.TP
.I st_gid
This field contains the ID of the group owner of the file.
.TP
.I st_rdev
This field describes the device that this file (inode) represents.
.TP