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 From: "Dave Korn" To: Subject: RE: [spam] Re: Windows rights Date: Thu, 23 Jun 2005 18:17:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <20050623170943.GU2814@calimero.vinschen.de> Message-ID: ----Original Message---- >From: Corinna Vinschen >Sent: 23 June 2005 18:10 > On Jun 23 12:02, Igor Pechtchanski wrote: >> No, SYSTEM and LocalSystem are two names for the same user. It's known >> as SYSTEM in Cygwin, but Windows calls it LocalSystem. Perhaps the above >> link should be amended to clarify this. > > No, it's know in Windows as SYSTEM. The string "LocalSystem" only > shows up in the Services MMC snap-in. The actual username is SYSTEM. > Have a look into the task manager. SYSTEM and LocalSystem are in fact two different things, and should not be conflated. LocalSystem is an account. SYSTEM is a user SID. Now, it is the case that the LocalSystem account is made up of the SYSTEM user SID and BUILTIN\Administrators group SID, but they are not just different objects, but in fact different _kinds_ of object. It's a subtle distinction, but a real one. (In unix terms, SYSTEM is a uid, LocalSystem an account == uid/gid combination). cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/