Crate users_native

Source
Expand description

This library parses /etc/passwd for information about groups on a system

Groups are represented in /etc/passwd in the form of:

user_name:password:UID:GID:GECOS:home_dir:shell

Structs§

  • Structure used to wrap parsed information from user database

Functions§