Need help preserving permissions wh
gm at trsvax
gm at trsvax
Tue Jul 9 10: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