X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=f4YmlB8pEC/dGHLR3yW1VJEItN26WsFw/i6ZOxgTMCc
	MqR4OEezCdIvbJpNX+aspztaZCTjGJWZ0jJvLa6eNaJ83QR8g31Tansrsrk43NIo
	W5du1HnzY5zN7rJuOZhlhAubvoiZKBp41FJ4MYW2G3Ab+2FtqRb9LWXaQqWPvxps
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=IKm2OQw3eOLvKnxzjzzxn9EZac8=; b=ahq5vjN7lAool6bQs
	PwiDQRxz7ph3nBxuOuC+e6vEdoXrzWNRuIXXaPeABj2dYW+hhNsn/wFO5ts5PoEo
	4Kb9aMukC9oayyMx/77Zgf1of8Ix9md6F9XTV9qmV6asoWmwrm69ICl1YMaRprOX
	iuDh6cudMqSFSR9X2SuiOYGTUs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.1
Message-ID: <51FDC0B2.7010304@tlinx.org>
Date: Sat, 03 Aug 2013 19:47:14 -0700
From: Linda Walsh <cygwin@tlinx.org>
User-Agent: Thunderbird
MIME-Version: 1.0
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Case sensitive filenames for non-NTFS filesystems
References: <51FB56D0.4040609@shaddybaddah.name> <20130802083105.GC18054@calimero.vinschen.de> <51FB7676.6090705@shaddybaddah.name> <20130802102958.GD4166@calimero.vinschen.de> <51FC549E.7000603@shaddybaddah.name>
In-Reply-To: <51FC549E.7000603@shaddybaddah.name>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Shaddy Baddah wrote:
> 
> To be honest, my bug bear with NTFS has been the file/folder ownership.
> 
> But I think noacl's is probably the best compromise for general NTFS
> ACL issues.
> 
You realize you can change the ownership of files in cygwin, no?

chmod <username>.<groupname> -R .
in your home directory, followed by
chmod u+rwX,g+rX,o+rX

will give you semi normal posix like permissions in your home
dir.

It's when other programs not running as you put things
in your home dir...


You can do similar in windows, but it will often through up
more road blocks.

Cygwin's easy of use in doing common file system operations is
so easy compared to standard Windows Explorer that I've even
heard of some anti-virus things reporting cygwin as a possible
trojan -- because it gets around all the windows questions (among
other things)...




--
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

