To set up LVM from scratch, in which order you will execute the LVM commands? A. pvcreate, vgcreate, Ivcreate B. pvcreate, Ivcreate, vgcreate C. vgcreate, Ivcreate, pvcreate D. vgcreate, pvcreate, Ivcreate E. Ivcreate, pvcreate, vgcreate F. Ivcreate, vgcreate, pvcreate

What is the naming format for RPM packages? A. Software_name.software_version.company:name.rpm B. Software_name.software_version.company:name.rpm C. Software_name.release_number.architecture.rpm D. Software_name.software_version.release_number.architecture.rpm E. Software_name.software_version.rpm

Where are systemd unit files stored? (Choose two.) A. /usr/lib/systemd/system/ B. /etc/systemd/system/ C. /lib/systemd/ D. /usr/systemd/unit E. /usr/systemd/service/ F. /usr/systemd/target/ G. /etc/systemd/units/ H. /etc/init.d/units/

You want to copy the mytext file from your computer to the /tmp/ directory on the remote computer da20.digitalairlines.com. Which command would you use to accomplish this? A. ssh mytext da20.digitalairlines.com:/tmp B. scp da20.digitalairlines.com:/tmp mytext C. scp mytext da20.digitalairlines.com:/tmp D.…

Which statement is correct? A. The netdate command and the ntpd use the same port B. The Network Time Protocol uses port 123, TCP C. A Stratum 16 server is one that sets it s time by some external reference…

Using the rsync command, you want to mirror the directories, including any hidden files and directories within /home (not the /home directory itself) to the /backup directory. Which command accomplishes this? A. rsync -a/home/backup B. rsync -a /home/ /backup C.…