Re: Automated command after booting

2001-05-03 Thread Tim Moore
Add shell commands to /etc/rc.d/rc.local. -- ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Automated command after booting

2001-05-02 Thread Tym Rehm
copy the /etc/rc.d/init.d script and modify them to start your programs. You will have to run chkconfig to set the run levels. - Original Message - From: "Reuben D Budiardja" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 10:41 AM Subj

Re: Automated command after booting

2001-05-02 Thread Mitchell Henderson
Create a script, put that script in /etc/rc.d/init.d than chkconfig $SCRIPT_NAME $RUNLEVEL On Wed, May 02, 2001 at 09:41:06AM -0500, Reuben D Budiardja wrote: > > Hi, > What is the best way to do some automated commands after booting? What I > want is to be able to run some command automatical

Automated command after booting

2001-05-02 Thread Reuben D Budiardja
Hi, What is the best way to do some automated commands after booting? What I want is to be able to run some command automatically after rebooting my linux box, so I don't need to do it in the terminal every time I re-boot it. Some commands would be to run a samba server, do ncpmount, etc. Tha