Hacker News new | ask | show | jobs
by remix2000 137 days ago
But PID 0 on Linux is the idle task…? Init is (usually) PID 1, PID 0 kinda just means that nothing is running on a given CPU (with caveats), also killing 0 has special meaning because well it's not a real process…
1 comments

Nitpicking. Of course they meant PID 1.