Showing posts with label Check the running process on AIX. Show all posts
Showing posts with label Check the running process on AIX. Show all posts

Tuesday, October 5, 2021

To check the running process on AIX:
 ps -ef | grep mqm 
Here mqm is the process name. 

To kill the process using PID on AIX: 
kill -1287384 
Here 1287384 is the PID which I want to kill