Codebase list golang-pault-go-gecos / fd58cb4e-fb4c-41b4-b95f-fc17e74af93f/main
fd58cb4e-fb4c-41b4-b95f-fc17e74af93f/main

Tree @fd58cb4e-fb4c-41b4-b95f-fc17e74af93f/main (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.