kill basically sends different signal to the appropriate process. The PID of -1 represents any process whose PID is greater than 1. Basically "kill -9 -1" terminates every process except for init, which would explain the sudden freeze of your system.
|