ugh.. this has got to stop... Most distro's keep startup scripts in /etc/rc.d (some are rc.d). Assuming that the first is true, there should be dir's under that which indicate the runlevel (see below) and contain some oddly named scripts: scripts starting with S are startup scripts scripts starting with K are shutdown scripts There are numbers after the S or K to indicate the order in which they should be executed. You will mainly be interested in runlevels 2 or 3 (check man init for your systems details). If you don't want a deamon to start, remove it from the dir. Also, some systems have scripts that start with a P wich means that they run in parrallel (they don't wait for the previous script to finish before the next one starts). You may also notice that these scripts are usually all linked to the init.d dir. The S or K inidicates how the script is called. S means that the script is executed by calling " start" and the K means that the scipt is executed by calling " stop". Most scripts have other functionality as well (such as restart). Even more info is available from the inittab man page. Regards, Mike Cantrell ----- Original Message ----- From: "Furmanek, Greg" To: Sent: Monday, July 10, 2000 6:42 PM Subject: RE: Daemons > Or you can hire a voodoo witch. > > -> -----Original Message----- > -> From: Gorman, John [mailto:John.Gorman@pegsinc.com] > -> Sent: Monday, July 10, 2000 5:09 PM > -> To: 'plug-discuss@lists.PLUG.phoenix.az.us' > -> Subject: RE: Daemons > -> > -> > -> Pray or place a bible on top of the computer :-) > -> > -> John > -> > -> |-----Original Message----- > -> |From: Guy Chouinard Jr [mailto:guy_chouinard_jr@yahoo.com] > -> |Sent: Monday, July 10, 2000 3:57 PM > -> |To: plug-discuss@lists.PLUG.phoenix.az.us > -> |Subject: Daemons > -> | > -> | > -> |How do I control which daemons start at boot ? > -> | > -> | > -> |__________________________________________________ > -> |Do You Yahoo!? > -> |Get Yahoo! Mail - Free email you can access from anywhere! > -> |http://mail.yahoo.com/ > -> | > -> |_______________________________________________ > -> |Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us > -> |http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > -> | > -> > -> _______________________________________________ > -> Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us > -> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > -> > > _______________________________________________ > Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss