On Thursday 07 June 2001 02:54, you wrote:
> Hello,
> I think it is a easy thing for you,but I haven't any idea because I am a
> newbie.
>
> The linux system to start with login,then it can run the application
> program.my system must automatedly running after power up,it need not any
> manual operation.In DOS,I can write a autoexec.bat to implement it,but how
> can I do it in linux?
two ways:
- if you'r with KDE2.1, you can have you logged in automatically when
starting up, so you can use .login to write your things in.
- if you have RedHat, you can write your line at the end of
/etc/rc.d/rc.local and it will be started at the end of all initialisation
procedure.
- Optionally you could add something to /etc/rc.d/rc.init/YourTask and then
point /etc/rc.d/rc5.d/S99YourTask to this one (provided you have graphical
login. for text login, this would be rc3.d...)
Go with one of the first two. The third one is the 'clean' solution and thus
a bit harder ;-)
greets
ineiti
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/