Red_Hat
RH202 · Question #86
Create the user named jackie, curtin, david
1. useradd jackie 2. useradd curtin 3. useradd david 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 jackie, curtin, david
Explanation
- useradd jackie
- useradd curtin
- useradd david 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.