Posts tagged as:

kill command

Killing Processes

by Rich on November 9, 2008

in Macs

The ‘kill’ command. You need to type a process number. If you don’t know the process number, type ‘top’ or ‘ps -A’, then a simple ‘kill 123456′.
To kill all instances type ‘kill all’ or ‘killall mozilla’, will kill all Mozilla processes.

{ 0 comments }