Solved

A Linux System Is Running Normally When the Systems Administrator

Question 142

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions