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

Re: шелл/chmod



On Tue, Dec 05, 2006 at 05:46:41PM +0000, Dmitry E. Oboukhov wrote:
> find /path -type d|xargs chmod 0755
> find /path -type t|xargs chmod 0644

find /path -type d -print0 | xargs -0r chmod 0755



Reply to: