From owner-freebsd-questions Mon Apr 17 13:28:41 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA20266 for questions-outgoing; Mon, 17 Apr 1995 13:28:41 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA20257 for ; Mon, 17 Apr 1995 13:28:38 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA09051; Mon, 17 Apr 95 14:22:14 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9504172022.AA09051@cs.weber.edu> Subject: Re: Netscape To: splyaski@cmp.com (Plyaskin Sergey) Date: Mon, 17 Apr 95 14:22:13 MDT Cc: freebsd-questions@FreeBSD.org In-Reply-To: <2F92E162@mailgate.cmp.com> from "Plyaskin Sergey" at Apr 17, 95 02:44:00 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > 5. As root, > cd /usr/local/netscape > netscape & > > I've got #netscape: Command not found. > What's wrong? How to make it work. BTW, I also tried Beta2, and it also does > not work. Thanks. Try ./netscape & I'm betting that as root, '.' is not in your path, and you probably haven't added /usr/local/netscape to your path in your startup files (it's generally a bad thing to add to root's path anyway). Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.