Adanced Interactive eXecutive, or AIX, is a distribution of UNIX created by IBM for use on many IBM workstations an servers. AIX uses traditional UNIX commands and utilities while adding its own management applications and tools created by IBM. You can kill a process in AIX using standard UNIX tools.
Step 1
Log into the AIX system using a user name and password. Make sure this user name is a super user or the owner of the process you'd like to kill.
Video of the Day
Step 2
Type "ps -aux | grep
Step 3
Locate the "PID" column in the "ps" command's output. This is the process ID and is needed to terminate the process.
Step 4
Locate the "PID" column in the "ps" command's output. ThisType "kill -9
Video of the Day