KILL/STOP User Commands
NAME
kill - Terminate Process
ALIASES
KILL, STOP
SYNOPSIS
kill PID
kill PROCNAME
OPTIONS
-A
Terminates all active Java applications.
-R
Restarts the specified application.
DESCRIPTION
This command allows you to terminate a process that is running in the
background. The PID parameter is the ID of the process as shown by
the PS command. You may also identify a process by its PROCNAME or
description displayed by the PS command.
NOTES
The system attempts to shutdown the process by setting an interrupt flag
as would occur when using Ctrl-C to interrupt a foreground program. If
the process has not shutdown on its own after 15 seconds it is
terminated forcibly.
SEE ALSO
HELP Topics:
PS,
THD,
RESTART
[/flash/manpages/manpages.hlp:4301]