RedHat RHCT (Redhat Certified Technician) RH202 RH202 Question # 36 Topic 4 Discussion

RedHat RHCT (Redhat Certified Technician) RH202 RH202 Question # 36 Topic 4 Discussion

RH202 Exam Topic 4 Question 36 Discussion:
Question #: 36
Topic #: 4

Create the user named user1, user2, user3

Answer and 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.


Get Premium RH202 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.