Why is the dreadful 'rm -rf /' even allowed?
Fresh3 days ago
Mar 15, 20263206 viewsConfidence Score0%
0%
Problem
We all know the destructive power of the following command executed as root: Related questions: How far will you get with an 'rm -rf /' command? deleting everything: # rm -rf / I fail to see when this particular combination of parameters would be useful, since it destroys the whole system and there…
Error Output
rm -rf /
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Why is the dreadful 'rm -rf /' even allowed?
Low Risk
Why is there no such safeguard in the rm command? There are already three safeguards: The switch, without which a directory can't be removed. The switch, which verifies that you actually want to delete what you've asked to delete. Aliasing to turns …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix