Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ns_kill(3aolserv) [debian man page]

ns_kill(3aolserver)					    AOLserver Built-In Commands 				       ns_kill(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_kill - commands SYNOPSIS
ns_kill ?-nocomplain? pid signal _________________________________________________________________ DESCRIPTION
This function sends the specified signal to the specified process ID (pid). 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
nsd(1) KEYWORDS
AOLserver 4.0 ns_kill(3aolserver)

Check Out this Related Man Page

ns_log(3aolserver)					    AOLserver Built-In Commands 					ns_log(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_log, ns_logctl - commands SYNOPSIS
ns_log severity message _________________________________________________________________ DESCRIPTION
While the AOLserver is running it logs various events from Notices to Fatal errors. Usually the AOLserver is running in the background, in which case these messages are placed in the server log. In absence of an ServerLog key in the AOLserver nsd.ini file, this file is the /log/error.log under the AOLserver installation directory. When the AOLserver is running in the foreground the messages are redirected to stderr. ns_log writes the message to the server error log file. Allowable values for severity are: Notice - Something interesting occurred. Warning - Something that could mean something bad occurred. Error - Something bad occurred. Fatal - Something extremely bad occurred. The server will shut down after logging the message. Bug - Something occurred that implies that there is a bug in the code. Debug - If the server is in Debug mode, the message is printed. Debug mode is specified in the [ns/parameters] section of the configuration file. Otherwise, the message is not printed. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 ns_log(3aolserver)
Man Page