From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Denis S. Filimonov" To: community@altlinux.ru Subject: Re: [Comm] chmod Date: Wed, 14 Jan 2004 18:32:28 +0600 User-Agent: KMail/1.5.4 References: <3E2401BC.1060607@soc.adm.yar.ru> In-Reply-To: <3E2401BC.1060607@soc.adm.yar.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200401141832.28883.den@academ.org> X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 12:32:31 -0000 Archived-At: List-Archive: List-Post: On Tuesday 14 January 2003 18:25, Дворников Михаил wrote: > Можно ли задать раздельно права на каталоги и файлы: > chmod -R 0750 ./каталог --только каталоги > chmod -R 0640 ./каталог --только файлы > можно find . -type d -print0 | xargs -0 chmod 0750 и аналогично для фалов. -- Sincerely, Denis.