//
pkg.gl
Category
github.com/coreos/rocket
pkg
passwd
package
1.30.0
Repository:
https://github.com/coreos/rocket.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
112 SLOC
#
Functions
LookupUid
LookupUid reads the passwd file and returns the uid of the user specified by userName.
LookupUidFromFile
LookupUidFromFile reads the passwd file specified by passwdFile, and returns the uid of the user specified by userName.
#
Structs
User
User represents an entry in the passwd file.