RESTART User Commands
NAME
restart - Restarts a running application
SYNOPSIS
restart PID
restart PROCNAME
DESCRIPTION
This command allows you to restart 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. The process is then restarted.
If the process was originally started with additional command line parameters
then you must
STOP the process and restart it manually to reinstate the
required parameters.
The KILL/STOP command with the -R option performs the same RESTART operation.
SEE ALSO
HELP Topics:
PS,
THD,
KILL,
STOP
[/flash/manpages/manpages.hlp:4334]