X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4A87EB1E.2060702@alice.it> Date: Sun, 16 Aug 2009 13:18:54 +0200 From: Angelo Graziosi User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Cygwin Subject: Cygwin-1.7 and 'Nobody' group Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 Usually, installing Cygwin, the file /etc/passwd contains things like: ... Administrator:unused_by_nt/2000/xp:500:513... pippo:unused_by_nt/2000/xp:1006:513... Guest:unused_by_nt/2000/xp:501:513 ... so that 'ls -lrt' shows many files like this: -rw-r--r-- 1 pippo Nobody 5858 Jul 28 17:04 emoticon.txt To 'avoid' seeing 'Nobody', the strategy I have applied has been to change 513 --> 544 for Administrator 513 --> 545 for pippo 513 --> 546 for Guest (using the informations from /etc/group...) Now, on Cygwin-1.7, with the default /etc/passwd and /etc/group, I see, as admin., many file like -rw-r--r-- 1 Administrator root 5858 Jul 28 17:04 foo.txt which looks right, and many files like -rw-r--r-- 1 Administrator Nobody 5858 Jul 28 17:04 foo.txt If, now, I adopt the above strategy (513 --> ...), the files with 'Administrator root' change to 'Administrator Administrators' and other remains with 'Administrator Nobody' Seeing the Properties with Explorer, these file have, in User and Group, besides Administrators and Everybody, also Nobody which does not happen with the same files in Cygwin-1.5. So, should one lives with these 'Nobody' in Cygwin-1.7? Thanks, Angelo. -- 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