Multiple choice technology operating systems

Command to create user account in unix?

  1. createuser

  2. newuser add

  3. adduser

  4. useradd

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The useradd command is the standard Unix/Linux command for creating user accounts. It requires root privileges. adduser may exist as an interactive frontend on some systems, but useradd is the low-level utility.