Module ugid

Source
Expand description

User and Group ID types.

Structs§

Gid
gid_t—A Unix group ID.
Uid
uid_t—A Unix user ID.

Functions§

translate_fchown_args 🔒

Type Aliases§

RawGid
A group identifier as a raw integer.
RawUid
A user identifier as a raw integer.