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 Message-ID: <3DEE6E93.1B3FAD8C@ieee.org> Date: Wed, 04 Dec 2002 16:07:31 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 To: cgame AT bigfoot DOT com, cygwin AT cygwin DOT com Subject: RE: HOME set to / [Was: cygwin-1.3.16-1] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Chris Game > - now how do I get out of this 'None' group > that I'm apparently in, and into 'Users' or even 'Administrators'? Step 1: Type "id" in bash and find what groups you are part of. id will only show the Windows groups that are in /etc/group, so that file has to be complete. Verify that all groups listed by "mkgroup -l" and "mkgroup -d" appear in /etc/group. Step 2: Edit /etc/passwd and change your gid to any of your groups. Step 3: Start a shell from outside of Cygwin. Type "id" to verify. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/