From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 16:07:32 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF4E716A421 for ; Fri, 3 Aug 2007 16:07:32 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 9558B13C442 for ; Fri, 3 Aug 2007 16:07:32 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.8/8.13.4) with ESMTP id l73FkPoe070213; Fri, 3 Aug 2007 11:46:33 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <46B34DBE.5080101@voidmain.net> Date: Fri, 03 Aug 2007 11:46:06 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.5 (X11/20070801) MIME-Version: 1.0 To: "orders@fixer.com" References: <46B2DA83.3010900@fixer.com> In-Reply-To: <46B2DA83.3010900@fixer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: /stand/sysconfig does't work 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: Fri, 03 Aug 2007 16:07:32 -0000 orders@fixer.com wrote: > I just purchased Freebsd-6.1 RELEASE and /stand/sysinstall doesn't work. > > I have been using freebsd since the version 2.1. When installing, I > always use /stand/sysinstall. Now I have freebsd's 6.1 version. > /stand/sysinstall no longer works. Now I think /someword/sysinstall > works. I have at least 10 versions of freebsd, both books and the > freebsd website. After a long day of research, I couldn't the find > the word in the above example. > > What word do I use for "someword"? > > /someword/sysinstall > > Thanks in advance > bruce > _______________________________________________ > 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" You could also try using man or which. Which will tell you where the binary exists within the filesystem and man will give you the location of the binary in the first paragraph. -Tom