[net.unix-wizards] Need help preserving permissions wh

gm@trsvax (07/09/85)

If you want the directories to be all be 777 or 755, you could
always use find. As in:

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

That may or may not help you with your problem. It sure would beat having to
do each directory by hand.
------------------------------------------------------------------------------
				Number 4: The Larch.
				Number 40: The Naughty Bits.
				Number 4000: The Setuid Bit.

						------------
						George Moore (gm@trsvax.UUCP)