Red Hat Certified System Administrator (RHCSA) Exam
EX200 Exam

SIMULATION
Add user: user1, set uid=601 Password: redhat
The user's login shell should be non-interactive.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# useradd -u 601 -s /sbin/nologin user1
# passwd user1
redhat



SIMULATION
Add users: user2, user3.
The Additional group of the two users: user2, user3 is the admin group Password: redhat

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# useradd -G admin user2
# useradd -G admin user3
# passwd user2
redhat
# passwd user3
redhat



SIMULATION
Copy /etc/fstab to /var/tmp name admin, the user1 could read, write and modify it, while user2 without any permission.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

# cp /etc/fstab /var/tmp/
# chgrp admin /var/tmp/fstab
# setfacl -m u:user1:rwx /var/tmp/fstab
# setfacl -m u:user2:--- /var/tmp/fstab
# ls -l
-rw-rw-r--+ 1 root admin 685 Nov 10 15:29 /var/tmp/fstab



SIMULATION
Configure a task: plan to run echo "file" command at 14:23 every day.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

(a) Created as administrator
# crontab -u natasha -e
23 14 * * * /bin/echo "file"
(b)Created as natasha
# su - natasha
$ crontab -e
23 14 * * * /bin/echo "file"




Calvin B.
I just took my Certification testing for 10-184 Microsoft CRM Installation and Configuration. Your test questions definitely covered the essence of the exam material and I easily passed the exam.
- Lafayette
Upvote


950+
I just finished my exam this week. It was a good score of 950+.
- UNITED STATES
Upvote


Abdul
I passed the exam on Monday morning and was amazed at how much this site had covered, fortunately that's it for another three years. The tests really did help so thanks!!
- Doha
Upvote


Rose
I passed that exam the first time. And I thank you folks for that. I could not have passed it with out your help.
- South Africa
Upvote


Shourya
I've just done my exam and passed (890) - your materials are spot on.
- UNITED STATES
Upvote


90%
I have sat and passed.
- Haidarabad
Upvote


Jessica
Thanks to this site! i passed my 310-055 exam with 90%
- UNITED STATES
Upvote


George
I passed my VCP Exam this week with an 87. I hadn't taken a cert exam in 10 years. Your product was very helpful and helped me hone the areas where I was lacking. Thank you.
- UNITED ARAB EMIRATES
Upvote


David B.
I would like to thank this site for the great support and passing 920-105 exam with excellent result. Thanks once again!
- UNITED STATES
Upvote


Bruce Gord
Thanks Well I just passed the exam with high score. Anyway, thanks for providing the good material.
- Malaysia
Upvote

Read more ...