kill

From Mac Guides

Revision as of 19:44, 10 June 2008; Eraserhead (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
Jump to: navigation, search

kill is a Terminal command used to terminate processes. You may need to do it with sudo for system processes.

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