• BenjiRenji@feddit.org
    link
    fedilink
    arrow-up
    4
    ·
    5 hours ago

    Right. Sigterm should always be the first choice as a process may have the chance to handle that signal, free resources, save data etc. Sigkill pulls the rug out under it, which is a last resort, but may be necessary if the process can’t handle sigterm in reasonable time.

    So the meme basically shows these two signals, both Windows and different Linux distributions have different ways to when they send each signal and how the user can use them.