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


Click here to return to the 'TYPO CORRECTION' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
TYPO CORRECTION
Authored by: SOX on May 25, '04 10:46:09AM

there was a typo in the post:
instead of
find /yourfolder -type -d -exec chmod 755 {} \;

type
find /yourfolder -type d -exec chmod 755 {} \;



[ Reply to This | # ]