How to delete a file permanently in linux

Use the command in your terminal as a root user to delete the file permanently.

rm -rf (filename) -> here rm stands for remove and rf  stands for recursively and forcefully

No comments:

Post a Comment