This document describes how to add a user to a Linux system without using the useradd command. It involves manually editing the /etc/passwd and /etc/group files to add the user and group details. The home directory for the new user must then be created and configured with files from /etc/skel copied over. Once this is done, the new user can login to the system.