[UP]


Manual Reference Pages  - _kill (1)

NAME

_kill(1f) - [FUNIX] send signals to processes (LICENSE:PD)

CONTENTS

Syntax
Description
Options
Example
Author
License

SYNTAX

_kill PIDs [ -s signal_number] [ --help|--version]

DESCRIPTION

Calls system_kill(3f), which calls kill(3c) to send signals to processes.

OPTIONS

PIDs PID numbers to send signal to
-s signal number to send to the processes
--help display this help and exit
--version
  output version information and exit

EXAMPLE

Sample execution:

    > $ _kill 60476 234234 OTHER -s 9
    > *a2d* - cannot produce number from string [OTHER]
    > *a2d* - [Bad value during integer read]
    > *kill*: SIGNAL=9 PID=60476 successfully sent
    > *kill*: process not found
    > *kill*: PID value of 0 is not supported

AUTHOR

John S. Urban

LICENSE

Public Domain


_kill (1) March 11, 2021
Generated by manServer 1.08 from 6a7c2001-5ec0-44e3-a6b1-8d17230fdac0 using man macros.