From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: ABATAPA To: slava@elan.com.ua, ALT Linux Community Subject: Re: [Comm] =?koi8-r?b?1dPUwc7P18nU2CA3NzUgzsEg19PFINfMz9bFzs7ZxQ==?= =?koi8-r?b?IMvB1MHMz8fJ?= Date: Wed, 18 Jan 2006 16:03:10 +0300 User-Agent: KMail/1.9 References: <43CE391F.9010108@elan.com.ua> In-Reply-To: <43CE391F.9010108@elan.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200601181603.10918.altlinux-community@yandex.ru> X-Virus-Scanned: ClamAV using ClamSMTP Cc: X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 13:03:41 -0000 Archived-At: List-Archive: List-Post: 18 января 2006 15:48, Slava Dubrovskiy написал: > find -type f -print0 | chmod 644 > find -type d -print0 | chmod 775 Зачем советовать то, что не работает? $ find test -type f -print0 | chmod 644 chmod: пропущен операнд после `644' Попробуйте `chmod --help' для получения более подробного описания. Последняя строка - для Вас. -- ABATAPA