Multiple choice

What is the Linux command for adding a new user, username?

  1. Sudo addusr username

  2. Sudo aduser username

  3. Sudo apt-get adduser username

  4. a)Sudo adduser username

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

The standard command to add a new user in Debian-based Linux systems is 'sudo adduser username'.