Question 21

A server administrator notices that one of the servers cannot connect to its gateway, which has the IP
10.10.10.1.
Which of the following commands should the administrator execute to determine the default gateway of the server?
  • Question 22

    Given the output below:
    [root@appserver ~]# rm config.txt
    rm: remove regular file 'config.txt'? yes
    rm: cannot remove 'config.txt': Operation not permitted
    Which of the following might be the cause?
  • Question 23

    A user is reporting unusual slowness when trying to transfer a large file to an NFS server from a workstation. The administrator runs tracepath and gets the following output:

    Which of the following BEST describes the issue and a possible solution?
  • Question 24

    A user attempts to use the mount -a command but gets the following error:
    mount: mount point /mnt/test does not exist
    Which of the following commands best describes the action the Linux administrator should take NEXT?
  • Question 25

    A Linux administrator receives a call from the network operations team that one of the database applications is down on a Linux server. The Linux server is configured with RAID 1 for redundancy, and the array /dev/md0 consists of two devices called /dev/sda1 and /dev/sdb1. After looking at the status of the RAID 1 array in the
    /proc/mdstat file, the administrator discovers the RAID 1 array is degraded and the disk /dev/sdb1 on which the database application was installed appears to have failed.

    Which of the following steps should the administrator take to remove the device /dev/sdb1 from the RAID array md0? (Choose two.)