A system administrator wants to view all running processes on the system in real time, to
find out what RAM has been allocating to each process. What system command should be
used?
A.
top
B.
meminfo
C.
ps –ef
D.
ps ax
A system administrator wants to view all running processes on the system in real time, to
find out what RAM has been allocating to each process. What system command should be
used?
A system administrator wants to view all running processes on the system in real time, to
find out what RAM has been allocating to each process. What system command should be
used?
A.
top
B.
meminfo
C.
ps –ef
D.
ps ax
the answer should be A.
even though ps ax and ps -ef commands work fine, they do not give memory detail while top command shows percent used memory..