From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 05:56:40 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 5E01316A4BF for ; Fri, 12 Sep 2003 05:56:40 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE1743FBD for ; Fri, 12 Sep 2003 05:56:39 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.1] (helo=pluto.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.20) id 19xnTZ-0005wN-AK for freebsd-questions@FreeBSD.org; Fri, 12 Sep 2003 14:56:37 +0200 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by pluto.runbox.com with asmtp (Exim 4.20) id 19xnQx-0007lY-S8 for freebsd-questions@FreeBSD.org; Fri, 12 Sep 2003 14:53:56 +0200 Message-ID: <002101c3792d$b720b890$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: <20030912093508.8148.qmail@web21414.mail.yahoo.com> Date: Fri, 12 Sep 2003 08:59:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: help 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: Fri, 12 Sep 2003 12:56:40 -0000 > We are having Server with FreeBSD 4.6.2 - Release. I would like to know Some basic paths & Commands to start, stop the apache, sendmail , ftpd, mysqld services. How or Where Iwill find these services means what is the path for those. > Please help me in this issue. If they were installed from the ports, look at /usr/local/etc/rc.d directory You can start/stop services with sh /usr/local/etc/rc.d/apache.sh start or sh /usr/local/etc/rc.d/apache.sh stop Do this # cd /usr/local/etc/rc.d # ls cupsd.sh.sample imapd.sh snmpd.sh.sample samba.sh zope.sh.no slapd.sh 000.mysql-client.sh 020.jakarta-tomcat3.sh innd.sh.no proftpd.sh stunnel.sh.no shoutcast.sh.no apache.sh pgsql.sh slapd.sh.sample mysql-server.sh snmpd.sh qmail.sh squid.sh.no # sh FILE_NAME start