Red_Hat
RH202 · Question #80
Create the user named jane and john.
Answers: 1. useradd jane 2. useradd john 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
Create the user named jane and john.
Explanation
Answers:
- useradd jane
- useradd john 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
Community Discussion
No community discussion yet for this question.