Red_Hat
RH202 · Question #36
Create the user named user1, user2, user3
1. useradd user1 2. useradd user2 3. useradd user3 4. passwd user1 5. passwd user2 6. passwd user3 We create the user using useradd command and we change the password of user using passwd command. If you want to set the blank password use: passwd -d username.
Users, Groups, and Permissions
Question
Create the user named user1, user2, user3
Explanation
- useradd user1
- useradd user2
- useradd user3
- passwd user1
- passwd user2
- passwd user3 We create the user using useradd command and we change the password of user using passwd command. If you want to set the blank password use: passwd -d username.
Topics
#useradd#user creation#user management
Community Discussion
No community discussion yet for this question.