EX200 Exam Question 11

Create a systemd service named backup-now.service that runs /usr/local/bin/backup-now.sh.

EX200 Exam Question 12

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 to your system. This filesystem contains a pre-configured home directory for the user
remoteuser1.
- The home directory of remoteuser1 is materials.example.com:/rhome/remoteuser1.
- The home directory of remoteuser1 should be automatically mounted locally at /rhome/remoteuser1.
- The home directory must be writable by the user.
- The password for remoteuser1 is "flectrag".

EX200 Exam Question 13

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).

EX200 Exam Question 14

Configure Your System to Use Default Repositories
The YUM repositories are available at http://content/rhel9.0/x86_64/dvd/BaseOS and http://content/rhel9.0/x86_64/dvd/AppStream. Configure your system to use
these locations as the default repositories.

EX200 Exam Question 15

Configure AutoFS so that accessing /shares/projects mounts server1:/srv/nfs/projects.