VSTa manual pages  - KILL (1)

NAME

kill - kill processes

CONTENTS

Syntax
Description
Options
See Also

SYNTAX

kill [options] PID

DESCRIPTION

kill is used to kill processes and groups of processes. I can also send other signals to them.

OPTIONS

-p All processes associated with the given process group will be affected. Normally all threads in the target process are affected.
You can also send events, for example:
-kill Will send the EKILL signal. It can not be caught and always causes termination. This is the default.
-intr Sends EINTR, interrupted system call.
PID The process id of the process to send the signal to.

SEE ALSO

ps(1)


KILL (1)
Generated by manServer 1.06 from kill.1 using man macros.