Q35
Which command is used to display the characteristics of a process?
A.
pid
B.
du
C.
ps
AnswerD.
au
E.
None of the above
Answer: Option C
Solution
Answer: Option C
Solution:
In Unix, the ps command is used to display information about active processes. By default, it shows a brief list of processes running in the current terminal session, including their process IDs (PIDs), terminal IDs (TIDs), and other characteristics such as CPU and memory usage.So, ps is the command used to display the characteristics of a process.