💻 Software
What does this cryptic Bash command mean?
Fresh5 days ago
Mar 15, 20266494 viewsConfidence Score0%
0%
Problem
I was reading Ubuntu Forum's warning about malicious commands and found this interesting gem: WARNING: The above code will crash your machine unless you have strict proc limits in place (which you probably don't) prompting a hard restart. Consider this code similar to running . But what does that m…
Error Output
:(){ :|:& };:Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: What does this cryptic Bash command mean?
Low Risk
It's, as you said, a forkbomb. What it does is define a function, then call it. The function is called . Let's name it so we can better see what's going on: As you can see, and probably guess from your programming experience, the first part is the f…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix