$ kill -9 1234
$ kill -15 4321
| -9 | SIGKILL — force the process to stop immediately |
| -15 | SIGTERM — politely ask the process to stop |
| -l | list the available signal names |
| -s | send the named signal |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.