Courseiva
Administrative TaskshardMultiple SelectObjective-mapped

LPIC-1 Administrative Tasks Practice Question

Which three commands are commonly used to display information about running processes?

⚠ Common exam trap

It's easy for candidates to confuse commands that manipulate processes (like `kill` and `pkill`) with commands that display process information, leading them to incorrectly select those options.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

top

The `top` command (option A) is a standard Linux utility that provides a real-time, dynamic view of running processes, including CPU and memory usage, and is commonly used for process monitoring. It is a core tool for displaying process information, making it correct for this question.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • top

    Why this is correct

    Realtime process viewer.

  • pkill

    Why it's wrong here

    Used to kill processes by name, not display information.

  • kill

    Why it's wrong here

    Used to send signals to processes, not to display them.

  • htop

    Why this is correct

    Interactive process viewer with more features.

  • ps

    Why this is correct

    Reports snapshot of current processes.

About these practice questions

This LPIC-1 question is part of Courseiva's 527-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.