Add shell commands to /etc/rc.d/rc.local.
--
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
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
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
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