Bird
0
0

If a sysadmin runs top on a production server, what information will they see?

medium📝 Command Output Q5 of 15
Linux CLI - System Administration
If a sysadmin runs top on a production server, what information will they see?
ANetwork connection details
BList of installed software packages
CReal-time system processes and resource usage
DCurrent disk usage statistics
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'top' command purpose

    'top' shows live processes and CPU/memory usage.
  2. Step 2: Differentiate from other commands

    Installed packages, disk stats, and network info are from other commands.
  3. Final Answer:

    Real-time system processes and resource usage -> Option C
  4. Quick Check:

    top command = Live process info [OK]
Quick Trick: 'top' shows live CPU and memory use [OK]
Common Mistakes:
  • Thinking 'top' lists software
  • Confusing 'top' with disk commands
  • Assuming 'top' shows network info

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes