Description Stop a process which is being monitored by cpwd.
Syntax
> cpwd_admin stop -name <process name> [-path <"full path">]
[-command <"executable name">]
Parameter |
Description |
---|---|
|
A name for the process to be watched by WatchDog. |
|
The full path to the executable (including the executable name) that is used to stop the process. |
|
The name of the executable file mentioned in |
Comments If -path
and -command
are not stipulated, cpwd will abruptly terminate the process.
Example Stops the FWM
process using fw kill
> cpwd_admin stop -name FWM -path "$FWDIR/bin/fw" -command "fw kill fwm"