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


Click here to return to the 'A scriptable solution to flush Access Control List entries' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A scriptable solution to flush Access Control List entries
Authored by: Anonymous on Oct 27, '07 09:27:32AM
Why not just do:
find PATHTOYOURDIRECTORY -depth -exec chmod -a# 0 {} \;


[ Reply to This | # ]