NaviServer - programmable web server
4.99  5.0

[ Main Table Of Contents | Table Of Contents | Keyword Index ]

ns_kill(n) 4.99.30 naviserver "NaviServer Built-in Commands"

Name

ns_kill - Send a process a signal

Table Of Contents

Synopsis

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.

COMMANDS

ns_kill ?-nocomplain? pid signal

See Also

ns_job, ns_shutdown

Keywords

global built-in, restart