zeb
Showing posts with label
Kill the running process using PID on AIX
.
Show all posts
Showing posts with label
Kill the running process using PID 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
Older Posts
Home
Subscribe to:
Comments (Atom)