[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Chmodding a whole directory tree



At 11:11 PM 3/19/97 -0800, Philippe Troin wrote:

>Either:
>	find <dir> -type d | xargs chmod a+rx

I'd use "find <dir> -type d -exec chmod a+rx {} \;"

-- Matt  (I've had problems with xargs)


Reply to: