Permanently deleting a user’s home folder, using Terminal. Hell, with this command, you can delete all day long. It’s powerful. It’s Superman Powerful.
sudo rm -rf /Users/"username Deleted"/
Be very careful what you put after the -rf. It’s gone. You could delete damn near anything. What sudo does is acts as root for you. You’ll have to know the root password. But it works.
If you’re scared (wimp), you can use sudo rm -rfi blah blah blah. This will have “rm” ask you to confirm each file deletion.
Tagged As Mac
Comments are Open (0)
Posted at 12:00 PM