Process Management by DaveChild
About This Content
Linux process management commands.
This content, Process Management, was created on 27th October, 2011 and was last updated on 28th October, 2011.
Tags
bash, commandline, linux, processes
Process Management appears on:
Process Management
| ps | Show snapshot of processes |
| top | Show real time processes |
| kill pid | Kill process with id pid |
| pkill name | Kill process with name name |
| killall name | Kill all processes with names beginning name |
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

