Difference between revisions of "Ns kill"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 592)
 
m (category link fixup)
 
Line 19: Line 19:
 
: [[ns_job]]
 
: [[ns_job]]
  
----
+
[[Category:Documentation]]
 
+
[[Category:Core Tcl API]]
[[Category Documentation]] - [[Category Core Tcl API]]
 

Latest revision as of 17:33, 7 October 2005

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