RedHat EX200 Exam
Red Hat Certified System Administrator (RHCSA) Exam (Page 4 )

Updated On: 1-Feb-2026

SIMULATION
Configure the FTP service in your system, allow remote access to anonymous login and download the program by this service. Service is still running after system rebooting.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

yum install vsftpd
/etc/init.d/vsftpd start
chkconfig vsftpd on



SIMULATION
Configure the NTP service in your system.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

system-config-date &



SIMULATION
Copy /etc/fstab document to /var/TMP directory. According the following requirements to configure the permission of this document.
-The owner of this document must be root.
-This document belongs to root group.
-User mary have read and write permissions for this document.
-User alice have read and execute permissions for this document.
-Create user named bob, set uid is 1000. Bob have read and write permissions for this document.
-All users has read permission for this document in the system.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

cp /etc/fstab /var/tmp
chown root:root /var/tmp/fstab
chmod a-x /var/tmp/fstab
setfacl –m u:mary:rw /var/tmp/fstab
setfacl –m u:alice:rx /var/tmp/fstab
useradd –u 1000 bob



SIMULATION
According the following requirements, configure autofs service and automatically mount to user's home directory in the ldap domain.
- Instructor.example.com (192.168.0.254) has shared /home/guests/ldapuserX home directory to your system by over NFS export, X is your hostname number.
- LdapuserX's home directory is exist in the instructor.example.com: /home/ guests/ldapuserX
- LdapuserX’s home directory must be able to automatically mount to /home/ guests/ldapuserX in your system.
- Home directory have write permissions for the corresponding user.
However, you can log on to the ldapuser1 - ldapuser99 users after verification. But you can only get your corresponding ldapuser users. If your system's hostname is server1.example.com, you can only get ldapuser1's home directory.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

mkdir –p /home/guests
cat /etc/auto.master:
/home/guests /etc/auto.ldap cat /etc/auto.ldap:
ldapuser1 -rw instructor.example.com:/home/guests/ldapuser1
automatically mount all the user's home directory #* -rw instructor.example.com:/home/guests/&



SIMULATION
The user authentication has been provided by ldap domain in 192.168.0.254. According the following requirements to get ldapuser.

- LdapuserX must be able to login your system, X is your hostname number. But the ldapuser's home directory cannot be mounted, until you realize automatically mount by autofs server.
- All ldap user's password is "password".

  1. See Explanation section for answer.

Answer(s): A

Explanation:

system-config-authentication &



Viewing page 4 of 29
Viewing questions 16 - 20 out of 136 questions



Post your Comments and Discuss RedHat EX200 exam prep with other Community members:

Join the EX200 Discussion