ps :- To see currently running process
kill :- To stop any process by PID i.e. to kill process
eg:- kill process id
killall :- To stop processes by name i.e. to kill process
eg:- killall firefox
ps -ag :- To get information about all running process
ps aux :- To display the owner of the processes along with the processes
top :- To see currently running processes and other information like memory and CPU usage with real time updates.
pstree :- To display a tree of processes
skill :- Report process status.
gitps :- a graphical process viewer and killer program
Saturday, August 1, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment