Multiple choice

Which of the following adds new user information to the file and creates a new home directory for a user in Unix?

  1. groupadd groupname

  2. useradd username

  3. #groups username

  4. usermod

  5. PATH

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

It adds new user information to the file and creates a new home directory for the user.