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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Ответить