4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • thumbnail
    linux - When should I not kill -9 a process? - Unix & Linux Stack Exchange

    No no no. Don't use kill -9.

    It doesn't give the process a chance to cleanly:

    1) shut down socket connections

    2) clean up temp files

    3) inform its children that it is going away

    4) reset its terminal characteristics

    and so on and so on and so on.

    Generally, send 15, and wait a second or two, and if that doesn't
    work, send 2, and if that doesn't work, send 1. If that doesn't,
    REMOVE THE BINARY because the program is badly behaved!

    Don't use kill -9. Don't bring out the combine harvester just to tidy
    up the flower pot.

    Just another Useless Use of Usenet,

    February 2, 2014 09:52:38 PM GMT+01:00 - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/8916/when-should-i-not-kill-9-a-process#8927
    linux
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation