MacOS X: Delete obstinate Files
It may happens sometimes when trying to empty the recycle bin and that the files or folders you want to delete it still refuses to disappear.
To resolve this problem, use a UNIX command in Terminal.
Note: remember drag files to the end of the command.
Replace the
• with spaces.
Take notice of the Upper caps letter
"R". It can delete files and folders.
Quotation marks are not entered.
- Start Terminal
- Type "
sudo•rm•-R• "
- Drag files, folders that you want to remove after this command
- Confirm
-Give an administrator password
- Confirm
For more information on the command "
rm", type "
man rm" in the Terminal.
<space> to scroll.
<q>to quit.