X-Spam-Check-By: sourceware.org X-Authenticated: #1035326 Message-ID: <43A80E1C.8010305@gmx.de> Date: Tue, 20 Dec 2005 14:58:52 +0100 From: Holger Krull User-Agent: Thunderbird 1.5 (Windows/20051107) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Setting cygwin permissions from Windows programs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Steve Holden schrieb: > Is there any way to set permissions on the output files from the Windows > side that will result in predictable permissions when the output tree is > viewed from Cygwin? > > A Python recipe would be useful, but I'll take what I can get! Cygwin doesn't have an own management of permissions. So any program that modifies permission in Windows will be able to change permissions for cygwin files. cacls and xcacls are command line tools from windows. Don't know how this would be usually done in python. -- 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/