useradd
Useradd is a command-line utility on Unix-like operating systems used to create a new user account. It is a low-level tool in the system’s user management toolkit and typically updates the user and group databases, such as /etc/passwd, /etc/shadow, and related files. Because it operates at a low level, it is usually used by administrators or within scripts rather than by regular users. After creating a user, a password is typically set separately to enable login.
The command accepts a range of options that configure the new account. Common options include -c for
On many distributions, a friendlier front end such as adduser provides a guided creation process while delegating