Which of the following commands will stop each application process?

A Linux system is running normally when the systems administrator receives an alert that one application spawned many processes. The application is consuming a lot of memory, and it will soon cause the machine to become unresponsive. Which of the following commands will stop each application process?
A. kill ‘pidof application’
B. killall application
C. kill -9 ‘ps -aux | grep application’
D. pkill -9 application

comptia-exams

2 thoughts on “Which of the following commands will stop each application process?

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.