Hello.
> 
> Where should I store startup scripts for:
> 
> Networking: ipfwadm etc
> General daemons: dhcpd etc
> Anything else I want to run at boot time.
  The place of start-up scripts depends on your installation. In distributions like
RedHat or SuSE it is usualy in directories /etc/rc.d (there are links to programs
(scripts) to be run in each runlevel.
  For example in my installation the net is run in runlevel 2 - link to configuration
script is in /etc/rc.d/rc2.d.
> 
> And what causes them to be run :)
  First program run is /sbin/init. It reads file /etc/inittab and will probably run
something like rc which cares for running other daemons and programs. Readman pages for
more information.

                                        Nice hacking. Honza.

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to