User Management

/etc/passwd

English

Overview

A file recording basic information about user accounts.

Details

A text file holding basic information -- username, UID, GID, home directory, login shell -- for each account. It used to include the password hash too, but since the file is world-readable, that was split off into /etc/shadow for security, leaving just a placeholder x in its place today.

More Linux terms