[Ti] Terminal question
Mark O'Brien
rmobrien at mac.com
Wed Aug 13 08:28:58 PDT 2003
On 8/13/03 12:12 PM, "Ray M" <ray at dm.net.lb> wrote:
> Hello guys... I wonder how to kill an application (that is still running and
> consuming processor percentage ) with the terminal...
> For example the application is in the folder applications/mlmac
Run either Process Viewer (in your Applications\Utilities folder) or the
Terminal command "top -u" (without the quotes) to identify the PID or
Process ID number. If you run Process Viewer, you can Quit the highlighted
process from the menu. Or, in Terminal, type "sudo kill 1234" (without the
quotes), substituting the desired PID for "1234". The Terminal will prompt
you to enter your password.
Another alternative is to Force Quit the app by pressing Cmd-Opt-Esc, and
highlighting the desired app.
Mark
More information about the Titanium
mailing list