Bird
0
0

In a Linux shell, what information does the jobs command provide about running processes?

easy📝 Conceptual Q1 of 15
Linux CLI - Process Management
In a Linux shell, what information does the jobs command provide about running processes?
AIt displays the last executed command's exit status.
BIt shows all system-wide running processes with CPU usage.
CIt lists all current shell jobs with their status and job numbers.
DIt lists all files opened by the current shell.
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of jobs

    The jobs command shows jobs started in the current shell session.
  2. Step 2: Identify what jobs displays

    It lists job numbers, their status (Running, Stopped), and the command line.
  3. Final Answer:

    It lists all current shell jobs with their status and job numbers. -> Option C
  4. Quick Check:

    Check if output shows job IDs and statuses [OK]
Quick Trick: jobs shows shell job status and IDs [OK]
Common Mistakes:
  • Confusing jobs with system-wide process listing commands like ps
  • Assuming jobs shows CPU or memory usage
  • Thinking jobs shows file descriptors or exit codes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes