Multiple choice

Which of the following options is used with useradd command in UNIX so that a new user will be created using home_dir as the value for the user's login directory?

  1. -c

  2. -e

  3. -d

  4. -f

  5. -g

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

This option is used with useradd command in UNIX so that a new user will be created using home_dir as the value for the users login directory.