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:
- useradd jeff
- useradd marion
- 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.