What Does “rm -rf” Command Do In Linux?
rm is very useful command. We can use rm command with different options. The -rf options are one of the most used options to remove files and folders. In this tutorial we will examine the -rf options and related issues. Recursive with -r -r is used for recursive. The default behavior of rm command is just removing given path … Read more