Find process in terminal on linux Dec 31, 2008 To find all the different processes that are running with python, do this: ps -auxx | grep 'python'