Multiple choice technology programming languages

top command can be used to control processes

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The top command primarily displays running processes and system resources but does NOT provide direct process control capabilities. To control processes (kill, renice, change priority), you use commands like kill, renice, or killall. While some top versions have limited interactive features, its primary purpose is monitoring, not control.