Demo CompTIA XK0-004 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 5 Questions
Demo Practice
Question 1

Atechnical 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
Explanation:
Even though the /tmp directory has 20GB of free disk space, creating a new file also requires a free inode, which stores metadata about files. If all available inodes have been used, the system cannot create any additional files and will return the error "No space left on device" despite having plenty of free storage space. This situation commonly occurs when a filesystem contains a very large number of small files. Therefore, the most likely cause of the error is that the filesystem has exhausted its available inodes, making Option C the best answer.
Question 2

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
Explanation:

The correct answer is A. VNC. Virtual Network Computing (VNC) is a remote desktop protocol that allows a systems administrator to access and control the graphical user interface (GUI) of a Linux machine from another computer over a network. It transmits keyboard, mouse, and screen data, enabling full remote administration as if the administrator were physically present at the machine. KDE is a desktop environment, not a remote access solution; X11 is a windowing system that provides graphical capabilities but is not primarily designed for complete remote desktop access; and RPC (Remote Procedure Call) is a protocol for executing functions on remote systems rather than accessing a graphical desktop. Therefore, VNC is the best solution for remotely accessing a Linux GUI environment.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM