From owner-freebsd-questions@freebsd.org Fri Aug 28 23:54:35 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B49A9C489E for ; Fri, 28 Aug 2015 23:54:35 +0000 (UTC) (envelope-from maillist@bsdjunk.com) Received: from fallback1.mail.ru (fallback1.mail.ru [94.100.181.184]) by mx1.freebsd.org (Postfix) with ESMTP id C7CEFB50 for ; Fri, 28 Aug 2015 23:54:34 +0000 (UTC) (envelope-from maillist@bsdjunk.com) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) by fallback1.mail.ru (mPOP.Fallback_MX) with ESMTP id A9C2F5CE3E59 for ; Sat, 29 Aug 2015 02:49:50 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=+SKiomFJS0+/67i+u9DHAABHHTG++RCTCF2nXg82yv4=; b=MFr4XiydWeGfCiJgU2HSL9OinBleNtKKH2VsIQCHi9mZnPJhVk+Cy4xVNWtrF9sZ4EGxXc7kLd6BkxJqp0LKudVKWz5TO/7C1Vz/A4oIZCNH+TouUBZL5w9ixYVv5cmuYfOysbO699NNVjeusSomznt2DAdESdHWah1yz6oco90=; Received: from [187.150.131.128] (port=55708 helo=[192.168.1.77]) by smtp39.i.mail.ru with esmtpa (envelope-from ) id 1ZVTOv-0007lR-Pr for freebsd-questions@freebsd.org; Sat, 29 Aug 2015 02:49:42 +0300 Subject: Re: How to change a 'class' To: freebsd-questions@freebsd.org References: <201508282322.t7SNMIID004918@deneb.dwf.com> From: Chris Petrik Message-ID: <55E0F392.9010707@bsdjunk.com> Date: Fri, 28 Aug 2015 18:49:38 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201508282322.t7SNMIID004918@deneb.dwf.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Mras: Ok X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 23:54:35 -0000 On 08/28/15 18:22, reg@dwf.com wrote: > I just brought up FreeBSD 10.2, and when it asked for > a class for my user account, I said 'system' rather > than 'wheel' which I assume would have been correct > to allow me to 'su' from my user account. > > How do I delete 'system' and add 'wheel'? > > And yes I know the simplest solution would probably > be to delete the account and do it right the first > time arround. Hi, Classes aren't the same as groups. Classes are a class used to limit what users have access too such as bgp, etc.. Chris