> 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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"