File: README.md

package info (click to toggle)
golang-pault-go-gecos 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 64 kB
  • ctags: 7
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
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.