NOTE: DO NOT USE THIS COMMAND UNLESS YOU KNOW WHAT YOU’RE DOING
From what I’ve find on the internet, the sudo rm -rf /*
command wipes out everything in the linux system. If this command is run on WSL, what would happen?
Would it wipe out only the linux system or will it wipe out everything on the drive it is located in?
Would it be able to wipe out any drive that can be reached within WSL?
Would it wipe out everything except files that require Admin access?
I want to get into WSL linux but I want to know what precautions I should take when it comes to running certain commands in WSL and how they make affect files within the windows system.