DEV Community

aviciena
aviciena

Posted on • Updated on

EXAM TEST 1

Chapter 2, 3, 5, 6, 7, 10

  1. on servera create file pengaturan.conf in direktory /home/student/

  2. in pengaturan.conf create text:
    SSID:TJKTADB
    ABSENID=XX

  3. on servera ensure that newly created users have passwords that must be changed every 60 days.

  4. on servera create group KARYAWAN with ID 37800 andgroup ADMIN with ID 11011

  5. on servera create member for group KARYAWAN "nunung, ela, fahmi"

  6. on servera create member for group ADMIN "avis, harist, rifai". create password for user harist is 'tkj'.

  7. on servera Configure administrative rights for all members of ADMIN to be able to execute any command as any user.

  8. on servera Change the password policy for the rifai account to require a new password every 15 days.

  9. on servera Change the group ownership of the /home/student/DATA directory to the ADMIN group.

  10. on servera Set permissions on the /home/student/DATA directory. On the /home/student/DATA, read/write/execute permissions (7) for the owner/user and group, and no permissions (0) for other users.

  11. on serverb Install and Configure the httpd.x86_64 service to start at system boot. and Verify that the httpd service is enabled and active at system boot.

  12. switch to harist user on servera. and use ssh-keygen command to generate passphrase-less SSH keys for harist on servera. use ssh-copy-id command to send the public key of the SSH key pair to harist on serverb.

Top comments (0)