Question 56

Create a user alex with a userid of 3400. The password for this user should be redhat.

Question 57

Configure your Host Name, IP Address, Gateway and DNS.
Host name: station.domain40.example.com
/etc/sysconfig/network
hostname=abc.com
hostname abc.com
IP Address:172.24.40.40/24
Gateway172.24.40.1
DNS:172.24.40.1

Question 58

Please open the ip_forward, and take effect permanently.

Question 59

What implications does container virtualization have for DevOps? (Choose two answers.)
  • Question 60

    Part 1 (on Node1 Server)
    Task 4 [Controlling Access to Files]
    Create collaborative directory /mnt/shares with the following characteristics:
    Group ownership of /mnt/shares should be sharegrp.
    The directory should be readable, writable and accessible to member of sharegrp but not to any other user. (It is understood that root has access to all files and directories on the system) Files created in /mnt/shares automatically have group ownership set to the sharegrp group.