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


Click here to return to the 'Allow shared write access to any directory' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Allow shared write access to any directory
Authored by: Han Solo on Jan 11, '06 04:56:52PM
Do notice the backslashes!

I suspect GeekLog ate your backslashes in the find command you posted. You should try again, without using the code tages this time....

[ Reply to This | # ]

Allow shared write access to any directory
Authored by: jdsmith on Jan 11, '06 10:27:56PM
I'll figure this out eventually:
% find . ! -perm -g=w -exec ls -ld \{} \;


[ Reply to This | # ]