317,750 views
44 votes
44 votes
A developer calls you with a problem. He was trying to debug a new daemon and mistakenly placed it on the production machine instead of on a lab machine. To ensure that the CPU gives preference to other processes, you need to lower the daemon's priority. The PID number is 2345. Which command would you use to decrease the daemon's priority

User AJak
by
2.5k points

1 Answer

20 votes
20 votes

Answer:

kill -9 2345

Step-by-step explanation:

This would solve the problem

User Markus Moenig
by
2.9k points