Free XK0-004 CompTIA Linux+ Certification Exam Practice Test Question

Loading demo links...

Showing 1–3 of 20 questions

Question 1

DRAG DROP

The lead Linux admin has added a disk, /dev/sdd, to a VM that is running out of disk space. Place the following steps in the correct order from first (1) to last (4) to add the disk to the existing LVM.

Select and Place:

Answer is in the explanation below.

Question 2

SIMULATION

Find the file named core and remove it from the system.

INSTRUCTIONS

Type “help” to display a list of available commands.

If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Answer is in the explanation below.

Question 3

A systems administrator installed Git on a new workstation and wants to ensure all Git projects on this machine are initialized with the same username and email address. Which of the following should the administrator use to meet this goal? (Choose two.)

Select all that apply, then click Submit answer.

  • git config --global user.name = “James Doe”

  • echo ‘email.addr = “jdoe@comptia.org”’ >> .git/.gitconfig

  • echo ‘username’ = “James Doe”’ >> .git/.gitconfig

  • git config username = “James Doe”

  • git config --global user.email = “jdoe@comptia.org”

  • git config email.addr = jdoe@comptia.org”