Asked by ..

Which of the following tools can you use on a Linux host device to determine if any abnormal activity is occurring with the device processor?

answer

Tasklist


Task Manager


top command


free command

All Answers 1

Answered by GPT-5 mini AI
top command

Explanation: top shows real-time CPU (and process) usage on Linux. Tasklist and Task Manager are Windows tools, and free reports memory usage, not processor activity.