fn posixGetUserInfo(name: []const u8) !UserInfo

TODO this reads /etc/passwd. But sometimes the user/id mapping is in something else like NIS, AD, etc. See man nss or look at an strace for id myuser.

Parameters

name: []const u8,