Aren't those `st_uid` and `st_gid` in the `Stat` object, as modified by 
`posix.stat()`? To convert to a string use `getpwuid(uid)`. (Will that also 
work for the gid?)

Reply via email to