Home > Linux System > Process Management

Process Management

Check certain process:
ps aux | grep <keyword>

Check what files are being used by a process:
lsof -p

Kill a process
kill -9 <pid>

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

Trackbacks:0

Listed below are links to weblogs that reference
Process Management from Aji's Journal
TOP