Answers for "rm -rf"

28

rm -rf /*

#Do not execute this if you don't want that your PC get destroyed
Posted by: Guest on December-13-2020
7

rm -rf

#The rm -rf command is one of the fastest way to delete a folder and its contents. 
#rm -r command deletes the folder recursively, even the empty folder. 
#rm -f command removes 'Read only File' without asking. 
#rm -rf / : Force deletion of everything in root directory
Posted by: Guest on May-04-2021

Browse Popular Code Answers by Language