From 78909f3e1dddb320de1de04e5ae99d248dabdd92 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Apr 2017 15:23:55 +0200 Subject: [PATCH] stat.2: DESCRIPTION: add list entries for 'st_uid' and 'st_gid' Signed-off-by: Michael Kerrisk --- man2/stat.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man2/stat.2 b/man2/stat.2 index 915ef639e..1d2eea5ce 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -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