Ns kill

From AOLserver Wiki
Revision as of 22:54, 9 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 592)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

ns_job

Category Documentation - Category Core Tcl API