Samiksha Jaiswal (Editor)

Gecos field

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The gecos field, or GECOS field is an entry in the /etc/passwd file on Unix, and similar operating systems.

Contents

It is typically used to record general information about the account or its user(s) such as their real name and phone number.

Format

The typical format for the GECOS field is a comma-delimited list with this order:

  1. User's full name (or application name, if the account is for a program)
  2. Building and room number or contact person
  3. Office telephone number
  4. Home telephone number
  5. Any other contact information (pager number, fax, external e-mail address, etc.)

In most UNIX systems non-root users can change their own information using the chfn or chsh command.

History

Some early Unix systems at Bell Labs used GECOS machines for print spooling and various other services, so this field was added to carry information on a user's GECOS identity.

Other uses

On Internet Relay Chat (IRC), the real name field is commonly referred to as the gecos field.

References

Gecos field Wikipedia


Similar Topics