From owner-freebsd-questions@FreeBSD.ORG Sun Dec 26 17:50:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A3EF1065675 for ; Sun, 26 Dec 2010 17:50:39 +0000 (UTC) (envelope-from christopher-ml@telting.org) Received: from mail.telting.org (mail.telting.org [204.109.56.249]) by mx1.freebsd.org (Postfix) with ESMTP id 797418FC17 for ; Sun, 26 Dec 2010 17:50:36 +0000 (UTC) Received: from apollo.local (cpe-76-168-204-255.socal.res.rr.com [76.168.204.255]) by mail.telting.org (Postfix) with ESMTP id 11C732A867 for ; Sun, 26 Dec 2010 17:50:35 +0000 (UTC) Message-ID: <4D17806B.40706@telting.org> Date: Sun, 26 Dec 2010 09:50:35 -0800 From: Chris Telting User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.10) Gecko/20100629 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: groups and login shells X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 17:50:39 -0000 Just spent some time figuring this out. I needed to create a group and add myself to it. But after I added myself to the group while I could "id username" my username and get the correct groups if I did a base "id" or "groups" the new group wouldn't show up. Not could I access a directory restricted to the group. Turns out I needed to invoke a new login shell from an existing command prompt or essentially shut everything down and relogin a the console. So I just reboot. But owning to many years of resentment dealing with Microsoft platform I highly resent reboots. Does anyone know if it's possible to update groups in memory? Thanks, Chris