User creation

Hi
Thanks in advance.

How to create a user without useradd command ??

The only other way would be to modify the following files:

/etc/shadow
/etc/passwd
/etc/group

Potentially, but almost never:
/etc/gshadow

Also, you will need to create a home directory. Why do you not want to user useradd?