InterviewSolution
Saved Bookmarks
| 1. |
The -a option when used with ps command lists processes of all users but doesn’t display the system processes.(a) True(b) FalseI got this question in an interview for job.The question is from Process Status:ps Command and Phases of a Process in section The Process of Unix |
|
Answer» CORRECT answer is (a) True Easiest explanation: The -a (all) OPTION lists PROCESSES of all users but doesn’t DISPLAY the system processes. For EXAMPLE, |
|