romeo_osma:
what's rm -rf / stands for?
rm = remove
-r = recursively
-f = force
If you open a terminal window on a Mac, you can use those commands to delete files. You can also type "man rm" (without the quotes) in a terminal window for more details on the 'rm' command
Bridgette [MSFT]