Orphaned Response

gm at trsvax.UUCP gm at trsvax.UUCP
Tue Jul 9 09:36:00 AEST 1985



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 at trsvax.UUCP)



More information about the Comp.unix.wizards mailing list