Ns kill
Jump to navigation
Jump to search
Man page: http://aolserver.com/docs/tcl/ns_kill.html
NAME
- ns_kill - send a process a signal
SYNOPSIS
- ns_kill ?-nocomplain? pid signal
DESCRIPTION
- This command sends the process pid the signal signal. If -nocomplain is specified, no error will be returned on failure. signal should be an integer, i.e., 1 for SIGHUP, 9 for SIGKILL, 15 for SIGTERM, etc.
SEE ALSO