kill
From Mac Guides
Revision as of 19:44, 10 June 2008; Eraserhead (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
kill is a Terminal command used to terminate processes. You may need to do it with sudo for system processes.
[edit]
Examples
The following example kills the process that has the process id 10187. To determine the process id of a process you can use the Terminal command top.
kill 10187

