What is the command used to create user account?
-
usercreate
-
createuser
-
adduser
-
useradd
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.