Multiple choice technology operating systems

What is the command used to create user account?

  1. usercreate

  2. createuser

  3. adduser

  4. useradd

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

useradd is the standard, low-level binary utility used to create user accounts across Linux distributions. adduser is a high-level perl script frontend to useradd available on some distributions (like Debian/Ubuntu), while createuser and usercreate are not standard command-line utilities for general user creation.