``` mkdir rod cd rod truncate -s 1M file chmod a-w . uu_shred -u file test -s file && echo still allocated ``` I.e. shred should ftruncate() rather than relying on unlink()
I.e. shred should ftruncate() rather than relying on unlink()