[ Table Of Contents | Keyword Index ]

ns_kill(n) 4.99 "NaviServer Built-in Commands"

NAME

ns_kill - Send a process a signal

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    SEE ALSO
    KEYWORDS

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.

COMMANDS

ns_kill ?-nocomplain? pid signal

SEE ALSO

nsd

KEYWORDS

ns_job