/etc/passwd
Information in an /etc/passwd entry
/etc/shadow file
Information in /etc/shadow file entry
/etc/group
Defines collection of account called groups
Information in an /etc/group entry
Ways to define a users group membership
newgrp groupname command
Changes active group
whoami command
Display currently logged in user
id command
who command
w command
useradd -m command
passwd command
Used to change the password of a user’s account. This command runs as the root user using SUID
useradd -d command
/etc/skel
Automatically copied over to a new user’s home directory when the account is first created
UID 0
Represents root user
last command
Displays the entries of successful login attempts made by users in the past