Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2003 08:59:31 -0400
From:      "Kliment Andreev" <klimenta@futurebit.com>
To:        <freebsd-questions@FreeBSD.org>
Subject:   Re: help
Message-ID:  <002101c3792d$b720b890$ca0110ac@vinyl.tkvbp.com>
References:  <20030912093508.8148.qmail@web21414.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002101c3792d$b720b890$ca0110ac>