At 01:10 PM 2/1/00 -0600, Congdon, Christopher wrote:
>If I wanted to automatically start snmpd every time my RedHat system
>reboots, where would I tell the system that? Is there a Linux equivalent to
>autoexec.bat?
Sort of. Look for a directory called /etc/init.d or /etc/rc.d (or maybe
/sbin/rc.d) -- I forget which of the several competing conventions RH uses.
It will contain a bunch of scripts, roughly one for every process that
starts as boot. init runs a "master" script that in turn runs a subset of
these scripts, chosen by runlevel. Again, I forget how RH does it -- onmy
(Debian) systems), there is a separate directory for each runlevel (e.g.,
/etc/rc2.d for runlevel 2) that contains symlinks to the appropriate scripts
in /etc/init.d .
------------------------------------"Never tell me the odds!"---
Ray Olszewski -- Han Solo
Palo Alto, CA [EMAIL PROTECTED]
----------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs