Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'One way to replace a broken Desktop folder' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
One way to replace a broken Desktop folder
Authored by: lincd0 on Tue, Oct 9 2007 at 9:53AM PDT

It sounds like you somehow replaced the Desktop folder with a file. You don't need to use administrator privileges to fix this.

rm -r Desktop
mkdir Desktop

If that doesn't work, your disk directory is hosed and you need to repair it or reformat. Sudo is dangerous unless you really, really know what you're doing.

[ Reply to This | # ]