Miscellaneous Linux Commands
Jump to navigation
Jump to search
Process command syntax:
To show all executing processes:
$ ps ax
To show all processed running by a specific user(This show all processes running by the Apache WebServer):
$ ps -U apache