RHCA
RHCA Certification V 8.0 Exam
Questions with Correct Verified
Solutions 100% Guaranteed Pass
1. Which item represents a number that identifies the group at the
most fundamental level? - ANS ✓GID
2. Which item or file represents the location of the local user
account information? - ANS ✓/etc/passwd
3. What is the fourth field of the /etc/passwd file? - ANS ✓primary
group
4. Which parameter is used in several commands to display the
SELinux Context of one resource? - ANS ✓-Z
5. how set SELinux in permisive mode from boot options? - ANS
✓add enforcing=0 to kernel argument
6. how to diseable SELinux from boot options? - ANS ✓selinux=0
7. how to set enforce SELinux enabled without reboot the system? -
ANS ✓setenforce 1
RHCA Certification V 8.0
, 2
RHCA
8. Path and file where SELinux configuration is located - ANS
✓/etc/selinux/config
9. Path and File to configure sudoers users - ANS ✓/etc/sudoers
10. How to configure a sudoer user? - ANS ✓add "%user
ALL=(ALL) ALL" to /etc/sudoers
11. What user has the UID 0 ? - ANS ✓The root user
12. What is the range that "system users" have assigned
statically to system processes by Red Hat. - ANS ✓UID 1-200
13. What is the range assigned to regular users? - ANS ✓UID
1000+
14. How to force user to change password at next login? - ANS
✓chage -d 0
15. How to lock an user account? - ANS ✓usermod -L username
16. We need to know when was the last logon of an user to the
systen. What command shows the last login date? - ANS ✓chage -l
username
17. Policy rules are obeyed and violations logged (SELinux) -
ANS ✓Enforcing Mode
RHCA Certification V 8.0