std
system_users() -> users
users
Parse /etc/passwd and return a table of system users keyed by UID
Returns a table mapping numeric UIDs to tables with login and gid fields. Unknown UIDs return {login="unknown", gid=-1} via metatable.
login
gid
{login="unknown", gid=-1}