Hacker News new | ask | show | jobs
by connicpu 72 days ago
A fork bomb can refer to any process that spawns multiple recursive child processes. You don't need fork to spawn more copies of yourself, that is merely the classic Unix implementation.