I'm going to switch to a new VPS and I want to completely delete some confidential files/folders from the current VPS (and MySQL content too). The server is running CENTOS 6.
Btw, it's not rm -rf
. I want to remove files/folders without recovery (that means erase all inode contents, not just unlink them).
Is there tool to do so?