User Commands  - 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


Nemo Release 3.1 kill- (1) February 23, 2025
Generated by manServer 1.08 from 044dee5a-c353-4126-9b1f-9a7c91dd1076 using man macros.