Question 226

A Linux system is having issues. Given the following outputs:
# dig @192.168.2.2 mycomptiahost
; << >> DiG 9.9.4-RedHat-9.9.4-74.el7_6.1 << >> @192.168.2.2 mycomptiahost ; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached # nc -v 192.168.2.2 53 Ncat: Version 7.70 ( https://nmap.org/ncat ) Ncat: Connection timed out.
# ping 192.168.2.2
PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data. 64 bytes from 192.168.2.2: icmp_seq=1 ttl=117 time=4.94 ms 64 bytes from 192.168.2.2: icmp_seq=2 ttl=117 time=10.5 ms Which of the following best describes this issue?
  • Question 227

    A Linux administrator is troubleshooting a systemd mount unit file that is not working correctly. The file contains:
    [root@system] # cat mydocs.mount
    [Unit]
    Description=Mount point for My Documents drive
    [Mount]
    What=/dev/drv/disk/by-uuid/94afc9b2-ac34-ccff-88ae-297ab3c7ff34
    Where=/home/user1/My Documents
    Options=defaults
    Type=xfs
    [Install]
    WantedBy=multi-user.target
    The administrator verifies the drive UUID correct, and user1 confirms the drive should be mounted as My Documents in the home directory. Which of the following can the administrator do to fix the issues with mounting the drive? (Select two).
  • Question 228

    A systems administrator is receiving errors while trying to install a popular virtualization software.
    The software specifications state the processor needs to support virtualization with Intel instructions. Additional requirements state the processor must accelerate encryption/decryption and use hyperthreading. Given the following output about the processor:
    fpu ume depse tsu msr pae mce cx8 apic sep mtrr pae mca cmov pat pse36
    cflusm mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good
    nopl xtopology nonstop_tsc pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2
    x2apic popcnt aes xsave avx rdrand hypervisor lahf_lm fsgsbase
    Which of the following is the MOST likely reason for the errors?
  • Question 229

    Which of the following commands would show the default printer on a Linux system?
  • Question 230

    A Linux administrator cloned an existing Linux server and built a new server from that clone. The administrator encountered the following error after booting the cloned server:

    The administrator performed the commands listed below to further troubleshoot and mount the missing filesystem:

    Which of the following should administrator use to resolve the device mismatch issue and mount the disk?