rm command in Linux: how to delete files and directories
rm deletes files and directories on Linux, and it does it permanently. Let me walk you through all the options available for safe deletion, with a terminal example for each one. What rm removes when you run it A file name is a directory entry, and that entry points at an inode which holds the
rm command in Linux: how to delete files and directories Read More »