From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 07:02:25 2008 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 B9CC7106566C for ; Thu, 17 Apr 2008 07:02:24 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id CEE628FC12 for ; Thu, 17 Apr 2008 07:02:23 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id m3H72CCn073526 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 17 Apr 2008 09:02:12 +0200 (SAST) (envelope-from jonathan@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Thu, 17 Apr 2008 09:03:49 +0200 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804170903.50197.jonathan@hst.org.za> X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Re: useradd & adduser 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, 17 Apr 2008 07:02:25 -0000 On Thursday 17 April 2008 08:35, Ruel Luchavez wrote: > Hello, > > I keep on thinking guys what is the difference between useradd & adduser > command? Ruel You really need to start reading the documentation. FreeBSD is about the best documented operating system and environment there is, and the Handbook will tell you just about everything you need to know. If you keep coming to freebsd-questions and expecting to be spoon-fed answers you've obviously made no effort to look for, people will start to lose patience. The main difference between useradd and adduser is that useradd doesn't exist (at least, not on any of the FreeBSD boxes I'm running which range from 4.9 (hideous legacy cruft) to 6.3). Jonathan