1 Answer
The one possible way that comes to my mind is,
Add an entry for the user in /etc/passwd file.
Add an entry for the group in /etc/group file.
Create the home directory for the added user.
Set the new user password using the passwd command
Your Answer