Linux CLI - File and Directory Operations
What does the command
rm -r foldername do in Linux?rm -r foldername do in Linux?rm commandrm command is used to remove files or directories in Linux.-r option-r option means recursive, so it deletes the folder and everything inside it.rm -r deletes folders recursively = C [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions