Command to create user account in unix?
-
createuser
-
newuser add
-
adduser
-
useradd
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.