Thursday 27 December 2018

Find and Kill specific OS process

kill -9 `ps -ef | grep [N]odeManager | awk '{print $2}'`

kill -9 `ps -ef | grep oracle | grep report | awk '{print $2}'`​

No comments:

Post a Comment