Hack 91. Ps Command Examples
ps command (process status) will display snapshot information of all active processes.
You can also use “ps -ef | more”, to get a similar output
Note: You can also use pstree command to display process in tree structure.
Following command displays all the process owned by the current user.