Skip to content

Troubleshooting Questions

Practice questions for Troubleshooting topic in CompTIA Linux+. 22 questions covering this domain.

22 questions6 easy11 medium5 hard
Q1
hard

An administrator runs `top` and observes that many processes are in state `D` (uninterruptible sleep) and the system load average is 15 on a 4-CPU sys...

Q2
medium

An administrator needs to identify which process is causing the highest disk I/O on a server in real time. Which tool provides per-process disk I/O st...

Q3
hard

An administrator runs `df -h` and sees the root filesystem at 100% capacity, but `du -sh /*` shows only about 60% usage. What is the MOST likely expla...

Q4
medium

An administrator suspects a server is using excessive swap space. Which command displays the current memory and swap usage in a concise, human-readabl...

Q5
easy

Which command directly reads the kernel ring buffer and is used to view hardware detection messages and kernel errors, particularly useful immediately...

Q6
easy

An administrator suspects high CPU usage on a server. Which interactive command provides a real-time, auto-updating view of running processes sorted b...

Q7
medium

A RHEL 9 server cannot resolve hostnames. `/etc/resolv.conf` is configured correctly. Which command tests whether the DNS server is responding to quer...

Q8
hard

An administrator finds that Apache cannot write to `/var/log/myapp/` even though the directory permissions are `rwxrwxrwx`. `ls -lZ` shows the directo...

Q9
easy

An administrator needs to list all currently listening TCP ports along with the process name and PID of each listening service. Which command provides...

Q10
medium

A mount operation fails with the error "wrong fs type, bad option, bad superblock on /dev/sdb1." The device is not currently mounted. Which command ch...

Q11
medium

An administrator needs to review the active nftables ruleset to troubleshoot a firewall issue on a system using nftables as the firewall backend. Whic...

Q12
hard

An administrator runs `vmstat 1 10` and observes that the `wa` (I/O wait) column consistently shows values between 35–50%. What does this indicate, an...

Q13
hard

An administrator needs to trace all system calls made by a running process with PID 5678 to diagnose why it is failing silently without producing log ...

Q14
easy

Which command traces the network path from the local system to a destination host, showing each router hop and its round-trip latency?

Q15
medium

An administrator stops a container named `analytics` using Podman because it is consuming excessive CPU. Which Podman command immediately sends SIGKIL...

Q16
medium

An administrator reviews memory usage with `free -m` and sees low `free` but high `buff/cache` and a large `available` value. What does this indicate?

Q17
medium

An administrator is investigating high network latency between two servers and wants real-time statistics on packet loss and latency for each network ...

Q18
medium

A server has a high number of zombie processes (state `Z`) accumulating over time. What is the correct approach to resolve zombie processes?

Q19
easy

An administrator needs to identify which directories are consuming the most disk space under `/var`. Which command shows disk usage summarized per sub...

Q20
medium

An administrator suspects that SELinux is blocking a service's access to a port. Which command searches the audit log specifically for recent SELinux ...

Sign in to see all 22 questions

Create a free account to browse all questions — completely free during our launch phase.