What are the user account types in Linux?
Superuser, system users, and regular users.
What can a user be apart of?
A primary group and might be a member of supplementary groups.
What critical files contain user and group information?
/etc/passwd, /etc/group, /etc/shadow
What is used to run commands as the superuser?
su and sudo
What commands manage users?
useradd, usermod, and userdel
What commands manage groups?
groupadd, groupmod, groupdel
What command manages passwords for users?
passwd
What command displays and configures password expiration settings for users?
chage