💾 Archived View for freeshell.de › tldr › kill.gmi captured on 2022-04-28 at 18:52:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

kill

Sends a signal to a process, usually related to stopping the process.
All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit.

More information.

kill {process_id}
kill -l
kill %{job_id}
kill -{1|HUP} {process_id}
kill -{2|INT} {process_id}
kill -{9|KILL} {process_id}
kill -{17|STOP} {process_id}
kill -{SIGUSR1} -{group_id}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY