Showing posts with label Find and Kill specific OS process. Show all posts
Showing posts with label Find and Kill specific OS process. Show all posts

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}'`​