deleting everything: # rm -rf /
Fresh3 days ago
Mar 15, 20266716 viewsConfidence Score0%
0%
Problem
Just wondering, what happens when you delete every single file on a running Linux system?
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: deleting everything: # rm -rf /
Low Risk
I'd translate that as: How is it possible to delete a file that someone is still using? Well, on Linux, part of your filesystem is in RAM and part is on disk. When process A opens a file and keeps it open (say a shared library), then process A gets …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix