nerdexam
Red_Hat

RH202 · Question #27

34: Create the user named jeff, marion, harold

Answers: 1. useradd jeff 2. useradd marion 3. useradd harold useradd command is used to create the user. All user's information stores in /etc/passwd and user;s shadow password stores in /etc/shadow.

Users, Groups, and Permissions

Question

34: Create the user named jeff, marion, harold

Explanation

Answers:

  1. useradd jeff
  2. useradd marion
  3. useradd harold useradd command is used to create the user. All user's information stores in /etc/passwd and user;s shadow password stores in /etc/shadow.

Topics

#useradd#user creation#user management

Community Discussion

No community discussion yet for this question.

Full RH202 Practice