Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'You've discovered a site problem!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
You've discovered a site problem!
Authored by: rusto on Mar 09, '03 04:51:11PM
Perhaps a second backslash is needed to escape the first (if you don't see them here, well at least I tried!: sudo find /Applications -type d -exec touch '{}/.DS_Store' \; sudo find /Applications -name .DS_Store -exec chown yourname '{}' \; sudo find /Applications -name .DS_Store -exec chmod 644 '{}' \;

[ Reply to This | # ]