This document discusses user administration in Linux. It describes the different types of user accounts - root, system, and user accounts. The root account has complete control while system accounts are for specific system functions. User accounts provide interactive access for general users. Groups are used to logically group user accounts. The main user administration files are /etc/passwd, /etc/shadow, /etc/group, and /etc/gshadow. Basic commands for managing users include useradd, usermod, userdel, groupadd, groupmod, and groupdel. Creating, modifying, and deleting users and groups are demonstrated.