Codebase list golang-pault-go-gecos / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

1
2
3
4
5
6
7
8
9
go-gecos
========

Read the GECOS field on a Linunx machine. The GECOS field is the place in
`/etc/passwd` (or other `passwd`-like entry, such as LDAP and friends)
that stores the real-name (as exposed in `os/user.User.Name`), Room location,
Office Phone, Home Phone, and "other".

These entries can be set or changed using the `chfn(1)` command.