From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 14:41:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0521816A4CE for ; Thu, 25 Nov 2004 14:41:05 +0000 (GMT) Received: from hobbit.neveragain.de (neveragain.de [217.69.76.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BFB43D60 for ; Thu, 25 Nov 2004 14:41:04 +0000 (GMT) (envelope-from amf@hobbit.neveragain.de) Received: from hobbit.neveragain.de (amf@localhost [127.0.0.1]) iAPEf2qU002988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 25 Nov 2004 15:41:02 +0100 Received: (from amf@localhost) by hobbit.neveragain.de (8.13.1/8.13.1/Submit) id iAPEf2iV002987; Thu, 25 Nov 2004 15:41:02 +0100 Date: Thu, 25 Nov 2004 15:41:02 +0100 From: Dennis Koegel To: Olaf Greve Message-ID: <20041125144102.GB32315@neveragain.de> References: <200411251410.45026.list-freebsd-2004@morbius.sent.com> <005801c4d2fc$479e3a40$1e01a8c0@sjees> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005801c4d2fc$479e3a40$1e01a8c0@sjees> X-PGP-KeyID: 0D73E19A User-Agent: Mutt/1.5.6+20040722i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.4 (hobbit.neveragain.de [127.0.0.1]); Thu, 25 Nov 2004 15:41:02 +0100 (CET) cc: freebsd-questions@freebsd.org Subject: Re: Problem with creating home directories when creating users using pw under 5.2.1 Release i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 14:41:05 -0000 On Thu, Nov 25, 2004 at 03:37:24PM +0100, Olaf Greve wrote: > pw useradd testusr -g testgrp -s /bin/sh > No home directory gets created Give pw the -m option to instruct it to mkdir the home directory. - D.