To get a list of the processes you have running, type
ps -u <your_user_name>
ps -u edward
Another useful command is...
ps -elf | grep <your_user_name>
ps -elf | grep edward