List all process

_$: ps aux
_$: ps -eF

Time a process has been running

_$: ps -eo pid,ruser,command,start,cputime,etime | grep <process-name>