From owner-freebsd-questions Wed Aug 16 12:28:06 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA23826 for questions-outgoing; Wed, 16 Aug 1995 12:28:06 -0700 Received: from relay1.UU.NET (relay1.UU.NET [192.48.96.5]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA23819 for ; Wed, 16 Aug 1995 12:28:02 -0700 Received: from asylum.asylum.org by relay1.UU.NET with ESMTP id QQzdbp12537; Wed, 16 Aug 1995 15:27:49 -0400 Received: (from dlr@localhost) by asylum.asylum.org (8.6.10/8.6.9) id OAA01150; Wed, 16 Aug 1995 14:30:07 -0400 From: dlr Message-Id: <199508161830.OAA01150@asylum.asylum.org> Subject: Re: no adduser cmd (2.0) To: BRUCE@AIIAD.COM Date: Wed, 16 Aug 1995 14:30:07 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: from "BRUCE@AIIAD.COM" at Aug 16, 95 12:59:07 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 668 Sender: questions-owner@freebsd.org Precedence: bulk | |hi, |cant find adduser(8) anywhere on my system using |the find command. only found adduser.sh, which just |keeps telling me 'user exists already' is adduser |missing from the bindist? can u give me a copy? | |btw adduser(8) is also missing from the paper |usenix manual | try /stand/adduser.sh -i for interactively adding user try /stand/adduser.sh -h help Here is a section of the script: ########################### # Show the User all options usage() { message " adduser -h Prints help adduser -i For interactively adding users Command line options: adduser [-u UserName][-g GroupName][-s Shell]" exit 1 } ########################## dave