From owner-freebsd-questions Tue Oct 9 9:47:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 726E837B40B for ; Tue, 9 Oct 2001 09:47:05 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 9FE372EEF1; Tue, 9 Oct 2001 19:47:02 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f99Gkeb05808; Tue, 9 Oct 2001 19:46:41 +0300 (EEST) Message-ID: <001301c150d8$eb9bd160$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "PetBuilder" Cc: References: <002901c150dd$0f3c2940$0100a8c0@home> Subject: Re: Basic Install Program List? Date: Tue, 9 Oct 2001 19:41:53 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: PetBuilder Newsgroups: lucky.freebsd.questions Sent: Tuesday, October 09, 2001 8:16 PM Subject: Basic Install Program List? > > Is there a list of what is installed in a "Standard" installatation of = > "User", not including the ports we might add later in the install. > > For example I know the BIND, FTP & sh are installed, but what else? = > Perl? If so what version? > > I look thru the book, but nothing losted the basic install programs > If you need something, then you should exactly know what you need. So if you want to use named (BIND server), you can type "man named" and check out if it is present on your system. Also your can type something like "info program-name" or run "apropos keyword" and see output of this command (don't forget to rebuild whatis-database). To find something in ports collection: $ cd /usr/ports $ make search name=keyword and/or $ make search key=keyword To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message