X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=sThQkZc5v2xTLaXXlC7VcBe0GX2gz4b8zAhB/S3g7ZlE1U7iIehyE iYKRol/Qc7yxcA31Anj3mF5YCwJH+lhlA8OUv7iv99y4MeKT7JAA/fFyBpxiUpzS nZ0RSSGVFKyoJa13GCcr2BPzEjO1rv0CS9nKqbzCVyVyxrms5xRogw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=/Q8n00/s1ysYfHV+qhsDcgwUQKM=; b=n5pHdWvrk/0XTuki1Yd15S4yg3Ep guWF88x7xF529cczisXoFYITJMqnXBA96Rr6S2jsqPRQYkuEluHJL9dGfyiQSQjL u8k4Ato6GmqLoIMzfw9VnBXqIqbOF4QHNKNz6G5pSN0c+pKi5WS49l9jJYMl6wKY rtmdc5rwt4+aPMo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Date: Sat, 8 Jun 2013 20:50:39 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: chown --recursive [OWNER][:[GROUP]] ... doesn't work Message-ID: <20130608185039.GB9607@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) On Jun 8 17:47, Vasiliy wrote: > chown --recursive *.* doesn't change ownership for all files, Wrong pattern. *.* doesn't match files without dot. Try chmod -R * .* Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple