Why rm Doesn't Truly Delete Files -- And How to Do It Safely with shred
This article explains why using
rm on Linux doesn’t truly erase files and how tools like extundelete can recover them. It introduces shred as a safer alternative for secure deletion and contrasts behavior on ext4 with modern copy-on-write filesystems like Btrfs and ZFS.