PrepAway - Latest Free Exam Questions & Answers

CORRECT TEXT Create the user named user1, user2, user3

CORRECT TEXT
Create the user named user1, user2, user3

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
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.


Leave a Reply