{ "name": "kill", "section": 1, "title": "kill", "synopsis": [ "kill [OPTION]... [OPERAND]..." ], "description": "Send a signal to synthetic processes. Targets may be numeric PIDs, kernel/booter/shell names, negative values for logical process groups, or job specs when the interactive shell has background jobs: %n (job id n) or %% (current job), resolved to synthetic PIDs 4100+job.id for ctx.bareOsSendSignal. See handbook ch.9 and bare-os-process-table jobControlSemantics.", "options": [], "keywords": [ "kill", "signal", "job", "bare-os", "coreutils" ], "seeAlso": [ { "name": "bare-os-shell", "section": 1 } ] }