I've ran across a discussion of Linux security. A fork bomb was suggested as a way to freeze OS. It supposed to prevent other processes from running. I've tried this command (DO NOT TRY IT UNLESS YOU ARE READY FOR FREEZES!) “:(){ :|: & };:”
But all I got is Fork: Resource temporarily unavailable.
Task manager started without a problem, so did the browser. Seems like Ubuntu is reaching the cgroup limit.
Does it mean that fork bomb is not a threat since some version of Ubuntu OR it needs a lot of components + root access OR just a couple of instructions might make it dangerous again?