System & Database Related Solutions
by SaidRasel
Pages
Home
RMAN Solution
Oracle Data Guard
Linux Solution
Weblogic
MS SQL
RHCE7 EasyTutorial
About
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}'`
Older Posts
Home
Subscribe to:
Posts (Atom)