This is the command line utility that allows you to get process information. It has a lot of options, really a lot. But in combination with the grep utility it will easily give you information about processes that you need.
If you enter this command - you will see currenly running processes for this particular session.
Get help:
ps --help all
ps aux
processes between [] - there are kernel processes, you cannot manage them with kill command.ps -ef
it is also showing parent process id PPIDps fax
this is a nice graphical display showing you the relation between processesps aux --sort pmem