Bird
0
0

Which of the following is the correct syntax to display processes with user-oriented format using ps?

easy📝 Syntax Q3 of 15
Linux CLI - Process Management
Which of the following is the correct syntax to display processes with user-oriented format using ps?
Aps -p
Bps -u
Cps -l
Dps -x
Step-by-Step Solution
Solution:
  1. Step 1: Identify user-oriented format option

    The -u option shows processes with user-oriented details like username and CPU usage.
  2. Step 2: Check other options

    -x shows processes without controlling terminals, -l is long format, -p selects by PID.
  3. Final Answer:

    ps -u -> Option B
  4. Quick Check:

    ps -u = user-oriented format [OK]
Quick Trick: ps -u shows user details of processes [OK]
Common Mistakes:
  • Using -x expecting user format
  • Confusing -l with user format
  • Using -p without PID argument

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes