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


Click here to return to the 'questionable solutions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
questionable solutions
Authored by: LC on May 26, '06 09:46:21PM
chmod -fR u+w ~
find ~ -type d -exec chmod +x {} \;


No likey "777" (no likey "kill -9" etc.)

[ Reply to This | # ]
questionable solutions
Authored by: LC on May 26, '06 09:51:21PM
I meant,
chmod -fR u+rw ~

[ Reply to This | # ]