Links
▼
Using the Terminal on a Mac to Delete the Trash
- Go to your utilities folder and open the app called terminal
- In the Terminal window type : sudo rm -R (there is a space after the R)
- Do not hit return
- open your trash icon on your desktop
- Select a folder or a file in your trash.
- Drag it into the Terminal window after the sudo rm -R. (the command looks something like this sudo rm -R /Users/username/.Trash/ux-.zip
- Now hit return
- It will ask you for an admin password, so enter it
- and hit return and the file should delete
No comments:
Post a Comment