From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 06:24:14 2003 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 80ADE16A4BF; Tue, 19 Aug 2003 06:24:14 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D3ED43F85; Tue, 19 Aug 2003 06:24:13 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h7JDO8Og019581; Tue, 19 Aug 2003 09:24:08 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h7JDO8Tp019580; Tue, 19 Aug 2003 09:24:08 -0400 (EDT) From: Jerry McAllister Message-Id: <200308191324.h7JDO8Tp019580@clunix.cl.msu.edu> To: blackend@freebsd.org (Marc Fonvieille) Date: Tue, 19 Aug 2003 09:24:07 -0400 (EDT) In-Reply-To: <20030819073558.GA569@nosferatu.blackend.org> from "Marc Fonvieille" at Aug 19, 2003 09:35:58 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: "Marc B. Blake" cc: freebsd-questions@freebsd.org Subject: Re: [m@MarcBlake.com: Command not found] 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: Tue, 19 Aug 2003 13:24:14 -0000 > > I'm trying to run the htpasswd utility with Apache and I'm getting an > error: Command not found. > I'm new to UNIX and not sure what I can do to resolve this. It is not in your path. You need to figure out where you installed it and then either use a full path when you call it (eg something like /usr/local/bin/htpasswd or whatever) and/or add that directory to your path specification in your .login file. ////jerry > > Any help? > > thx, > > > Marc B. Blake > Serving the Web Since the 20th Century > > Copyright © 1995 by CompuGraph International > > m@MarcBlake.com > Ph: 559 251-5152 > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > > > --wRRV7LY7NUeQGEoC > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > --wRRV7LY7NUeQGEoC-- >