Question 66

Which of the following Ansible tasks copies the file example.txtto a manage system?
- rsync:
  • Question 67

    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.

    Question 68

    Configure a cron Task.
    User natasha must configure a cron job, local time 14:23 runs and executes: */bin/echo hiya every day.

    Question 69

    Configure NTP.
    Configure NTP service, Synchronize the server time, NTP server: classroom.example.com

    Question 70

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