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 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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mustafa SABURLU

Mustafa SABURLU

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..