cat /etc/passwd displays complete information regarding users.
Each line has seven fields delimited by colons that contain the following information:
1.) User name
2.) Encrypted password (x means that the password is stored in the /etc/shadow file)
3.) User ID number (UID)
4.) User’s group ID number (GID)
5.) Full name of the user(GECOS)
6.) User home directory
7.) Login shell (defaults to /bin/bash)