From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 11:18:39 2007 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 61D6F16A421 for ; Thu, 11 Oct 2007 11:18:39 +0000 (UTC) (envelope-from williamkow@yahoo.com) Received: from smtp103.plus.mail.sp1.yahoo.com (smtp103.plus.mail.sp1.yahoo.com [69.147.95.66]) by mx1.freebsd.org (Postfix) with SMTP id 5C17C13C46E for ; Thu, 11 Oct 2007 11:18:39 +0000 (UTC) (envelope-from williamkow@yahoo.com) Received: (qmail 36730 invoked from network); 11 Oct 2007 11:18:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=S8zff/roKNydZFnsd6BMLjSBKfaXY1+4DkumCwC8eAvtktYkpMMhrIoNAC/x9kDdjup/bPNLseFT+oDa54bCM5oVdljKA2YB3Gl+M3zGeFFvL8i7aXVY/kGvFwBJlUysYE2rMhAaLTw1Rsx3CD1i2z5Jd3UoatIDHhJUCUp9PKM= ; Received: from unknown (HELO ?10.32.185.250?) (williamkow@203.92.154.37 with plain) by smtp103.plus.mail.sp1.yahoo.com with SMTP; 11 Oct 2007 11:18:32 -0000 X-YMail-OSG: XyLHG4gVM1lPd8nIvKlBCjeo59lAT91r0OXk_nMOeTd8skEfhjzjQhF08xontKdXrmP45aobTw-- Message-ID: <470E0667.7080000@yahoo.com> Date: Thu, 11 Oct 2007 19:17:59 +0800 From: williamkow User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to create a user account with the same permission as "root" ? 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: Thu, 11 Oct 2007 11:18:39 -0000 Finally, I manage to setup X.org and then KDE 3.5.4 running on FreeBSD 6.2-Release. I created a user account named "william" and do not assign any group as I do not know what are the list of group name for me to select. To start KDE, i use command "kdm" but I can only logon using the newly created user name "william", but it do not have same permission/access rights as "root" account. Please show on how to enable this user account, with the same permission as root ? Thank you.