Table of Contents

/etc/passwd

Examples

 * **john**: Username
 * **x**: Password placeholder (indicates the actual password is in /etc/shadow)
 * **1001**: User ID (UID)
 * **1001**: Group ID (GID)
 * **John Doe,,,:**: GECOS field
 * **/home/john**: Home directory
 * **/bin/bash**: Shell

Summary