Linux+

Here you have the best CompTIA XK0-004 practice exam questions

  • You have 322 total questions to study from
  • Each page has 5 questions, making a total of 65 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 12, 2024
Question 1 of 322

Which of the following would be the BEST solution for a systems administrator to access the graphical user environment of a Linux machine remotely?

    Correct Answer: A

    The best solution for a systems administrator to access the graphical user environment of a Linux machine remotely is VNC (Virtual Network Computing). VNC is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol to remotely control another computer. It is specifically designed for accessing graphical interfaces over networks and is widely used for its ease of setup and use. KDE is a desktop environment and not a remote access solution. X11 is a protocol for windowing systems but is not as straightforward for remote graphical access as VNC. RPC (Remote Procedure Call) is meant for executing code on a different computer and does not handle graphical interfaces.

Question 2 of 322

A technical support engineer receives a ticket from a user who is trying to create a 1KB file in the /tmp directory and is getting the following error: No space left on device. The support engineer checks the /tmp directory, and it has 20GB of free space.

Which of the following BEST describes a possible cause for this error?

    Correct Answer: C

    The error 'No space left on device' despite having 20GB of free space is typically indicative of an issue with inodes rather than actual storage space. Each file on a filesystem requires an inode to store metadata about the file. If a filesystem runs out of inodes, it cannot create new files regardless of available storage space. This situation aligns very well with the symptoms described in the question.

Question 3 of 322

Which of the following is the BEST reason for not storing database files in the /var directory?

    Correct Answer: D

    The best reason for not storing database files in the /var directory is that if log files fill up /var, it might corrupt the database. The /var directory is commonly used for storing variable data like logs, mail spools, and temporary files that can grow in size dynamically and unexpectedly. If this directory fills up due to extensive logging or other variable data, it can lead to insufficient space for the database files, risking corruption or failure of database operations. Ensuring dedicated storage for databases helps prevent such scenarios and maintains stability and integrity of the database.

Question 4 of 322

SIMULATION -

A junior system administrator had trouble installing and running an Apache web server on a Linux server. You have been tasked with installing the Apache web server on the Linux server and resolving the issue that prevented the junior administrator from running Apache.

INSTRUCTIONS -

Install Apache and start the service. Verify that the Apache service is running with the defaults.

Typing `help` in the terminal will show a list of relevant commands.

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

CentOS Command Prompt -

    Correct Answer:

    See explanation below

Question 5 of 322

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:

    Correct Answer:

    Reference:

    https://www.rootusers.com/how-to-increase-the-size-of-a-linux-lvm-by-expanding-the-virtual-machine-disk/