Difference between revisions of "Ns kill"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 592)
(No difference)

Revision as of 22:54, 9 June 2004

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

ns_job

Category Documentation - Category Core Tcl API