XK0-004 CompTIA Linux+ Certification Exam

Loading demo links...

Showing 13–15 of 20 questions

Question 13

Vytvcft of the following a a fie that can define how to build deploy and mstaf various components for a Linux application hosted m a cloud environment?

Select an option, then click Submit answer.

  • OVF

  • YAML

  • Virsh

  • VMM

Question 14

A systems administrator would like to back up all of the'. conf' files on a server The administrator runs the command:

Find / --name ‘’*conf’’ > backup,tar

After investigating the backup, tar file the administrator realizes that the contents of the configuration files were not backed up property. Which of the following would BEST accomplish this task?

Select an option, then click Submit answer.

  • find / -name ''*conf'' | xargs -- verbose tar xvf backup,tar

  • find/ -name ''*conf'' exec echo { } \; > backup.tar

  • find / -name ''*conf'' | cpio -o --format=tar > backup.tar

  • tar -jtf -<<$(find /-name ''*conf'')

Question 15

An administrator is logged into a server remotely and wants to determine if the system is a VM. Which of the following commands would assist with this?

Select an option, then click Submit answer.

  • dmesg

  • ps

  • top

  • vmstat