Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 1 Apr 2005 17:11:29 +1000 (EST) From: Luke Kendall Subject: Re: Path confusion To: cygwin AT cygwin DOT com In-Reply-To: <20050401070221.3F8E78553D@pessard.research.canon.com.au> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Message-Id: <20050401071130.2051685080@pessard.research.canon.com.au> On 1 Apr, To: cygwin AT cygwin DOT com wrote: > > You must mean 'chown -R --from="$USER" ...' :-) > > Hmm, sounds better still. :-) D'oh! Not possible: there's no -xdev option on chown, so that would do a whole lot more chown-ing than intended, as it reached across the network, or at least into other mount points under "/" ... While just checking that, I also discovered that "man chown" now produces no output. Other man entries seem fine. $ cygcheck -s | grep "^cygwin " cygcheck: dump_sysinfo: GetVolumeInformation() failed: 67 cygwin 1.5.13-1 $ man chown | cat -tvu Warning: cannot open configuration file /usr/share/misc/man.conf $ gunzip -c /usr/share/man/man1/chown.1.gz | nroff -man | head CHOWN(1) User Commands CHOWN(1) NAME chown - change file owner and group SYNOPSIS chown [OPTION]... [OWNER][:[GROUP]] FILE... chown [OPTION]... --reference=RFILE FILE... luke -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/