Bird
0
0

You run the command top -b -n 1 on your Raspberry Pi remotely. What output should you expect?

medium📝 Command Output Q4 of 15
Raspberry Pi - Security and Deployment
You run the command top -b -n 1 on your Raspberry Pi remotely. What output should you expect?
AAn error message about invalid options
BAn interactive process viewer that updates continuously
CA snapshot of current system processes in batch mode
DA list of installed packages
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'top' command options

    The -b option runs top in batch mode (non-interactive), and -n 1 limits output to one iteration.
  2. Step 2: Predict output type

    This produces a single snapshot of running processes, not continuous updates or errors.
  3. Final Answer:

    A snapshot of current system processes in batch mode -> Option C
  4. Quick Check:

    top -b -n 1 output = single snapshot [OK]
Quick Trick: Use 'top -b -n 1' for one-time process snapshot [OK]
Common Mistakes:
MISTAKES
  • Expecting interactive output
  • Thinking it lists packages
  • Assuming command errors

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes