Command
useradd
Explanation
useradd is used to create a new user account. It creates the new user account.
Examples
Create user with home directory
useradd -m newuser
useradd
useradd is used to create a new user account. It creates the new user account.
Create user with home directory
useradd -m newuser