EX200 Exam Questions
25 real EX200 exam questions with expert-verified answers and explanations. Page 1 of 1.
- Question #1Basic Networking
01. Configure Network Settings Configure node1 with the following network settings: Hostname: node1.domain250.example.com IP address: 172.25.250.100 Subnet mask: 255.255.255.0 Gate...
Network configurationIP addressingHostname managementnmcli - Question #2Deploy, Configure, and Maintain Systems
02. Configure your system to use the default repositories these locations as default repositories. Correct Answer: See the below explanation Explanation Explanation/Reference: Solu...
YUM repositoriesDNF repositoriesPackage ManagementSystem Configuration - Question #3Manage Security
03. Debugging SELinux A web server running on non-standard port 82 encounters issues while serving content. Debug and resolve the problem to meet the following conditions: - The we...
SELinuxPort ManagementWeb ServerService Management - Question #4Manage Users and Groups
04. Create User Accounts Create the following user accounts, ensuring the checkboxes are enabled: - Group named sysmgrs - User natasha, belonging to the sysmgrs group as a secondar...
User creationGroup creationUser shellPassword setting - Question #5Operate running systems
05. Configure Cron Job Configure a cron job to automatically execute /usr/bin/echo hello every day at 14:23 for the user harry. Correct Answer: See the below explanation Explanatio...
crontask schedulingsystemctluser context - Question #6Manage users and groups
06. Create a Collaborative Directory Create a shared directory /home/managers with the following characteristics: - The group ownership of /home/managers is sysmgrs. - The director...
Directory permissionsGroup ownershipSGID bitShared directories - Question #7Manage Networked Services
07. Configure NTP Configure your system to synchronize with the NTP server of materials.example.com (Note: materials.example.com is an alias for classroom.example.com). Correct Ans...
NTPChronyTime SynchronizationService Configuration - Question #8Configure Local Storage
08. Configure autofs Configure autofs to automatically mount the home directory of a remote user as described below: - materials.example.com (172.25.254.254) exports /rhome via NFS...
autofsNFSAutomated MountingUser Home Directories - Question #9Manage Users and Groups
09. Configure User Account Configure the user account "manalo" with the user ID 3533. The password for this user should be "flectrag". Correct Answer: See the below explanation Exp...
User managementAccount creationPassword settingLinux commands - Question #10Understand and Use Essential Tools
10. Find Files Find all files belonging to the user "jacques" and move them to the directory /root/findfiles under the root directory. Correct Answer: See the below explanation Exp...
find commandfile managementdirectory managementuser files - Question #11Understand and Use Essential Tools
11. Find String Find all lines containing the string "ng" in the file /usr/share/xml/iso-codes/iso_639_3.xml. Save copies of all these lines to /root/list in the root directory. /r...
greptext searchfile redirectioncommand line utilities - Question #12Understand and Use Essential Tools
12. Create Archive Create a tar archive named /root/backup.tar.bz2, which should contain the contents of /usr/local. The tar archive must be compressed using bzip2. Correct Answer:...
tarbzip2ArchivingFile Compression - Question #13Manage Containers
13. Create a Container Image Do not modify the content of this file. Build an image named "pdf." Correct Answer: See the below explanation Explanation Explanation/Reference: Soluti...
Container ImagesPodmanImage BuildContainerfile - Question #14Manage Containers
14. Configure Container as a Service As the user "wallah," configure a systemd service for the container: - Container name: ascii2pdf - Use the image named pdf created earlier. - S...
podmansystemd user servicecontainer autostartvolume mounting - Question #15Manage Security
15. Add sudo Permission Configuration Allow members of the sysmgrs group to use sudo without entering a password. Correct Answer: See the below explanation Explanation Explanation/...
sudo configurationgroup permissionsprivilege managementaccess control - Question #16Manage users and groups
16. Create a shared directory Create a shared directory with the following characteristics: The group owner of /home/test is admins. Members of the admins group can read, write, an...
file permissionsgroup ownershipshared directoriesSetGID - Question #18Shell Scripts
18. Create a system monitoring script Create a script named systeminfo. The script must be located in /usr/local/bin. The script is used to obtain information about the current sys...
Shell ScriptingProcess ManagementSystem MonitoringLinux Commands - Question #19Shell Scripts
19. Create a script to search for files Create a script named myresearch Place the script under /usr/local/bin The script is used to search for all files under /usr that are smalle...
Shell ScriptingFind CommandFile PermissionsFile Management - Question #21Deploy, Configure, and Maintain Systems
21. Configure an application Configure an application named rhcsa. When this application is run as the user natasha, it should display the string: This is a rhcsa
application configurationscriptinguser permissionssystem configuration - Question #22Perform essential system administration tasks
22. Set Root Password Set the root password of node2 to "redhat." You need to gain system access to perform this operation. Correct Answer: See the below explanation Explanation Ex...
Root password resetSystem recoveryGRUB boot parametersPassword management - Question #23Operate running systems
23. Configure Your System to Use Default Repositories these locations as the default repositories. Correct Answer: See the below explanation Explanation Explanation/Reference: Solu...
Repository configurationPackage managementYum/DNFSystem configuration - Question #24Configure local storage
24. Adjust Logical Volume Size Adjust the size of the logical volume "vo" and its filesystem to 300 MiB, ensuring that the filesystem content remains unchanged. Note: Partition siz...
LVMLogical Volume resizingFilesystem resizinglvextend - Question #25Configure Local Storage
25. Add Swap Partition Add an additional swap partition of 512 MiB to your system. The swap partition should be automatically mounted at system startup. Do not delete or modify any...
Swap partitionDisk partitioningfstabmkswap - Question #26Configure Local Storage
26. Create Logical Volume According to the given requirements, create a new logical volume: - Logical volume named "mylv" belonging to the volume group "myvg" with a size of 50 ext...
LVMFilesystem CreationFilesystem Mountingfstab - Question #27Deploy, Configure, and Maintain Systems
27. System Optimization Configuration Choose the recommended tuned configuration set for your system and set it as default. Correct Answer: See the below explanation Explanation Ex...
system optimizationtunedsystem servicespackage management