According to h-to-he: While burning my CPU.
> 
> 
>      Hallo ,
>      I 'm trying to find file like "rc.conf (in FreeBSD)" in my
>      RH5.1,...because I want to change it manually.
>      Could anyone tell me?
> 

If redhat 5.1 is the same as 5.0 then there are many files in the sysvinit
script system, plain rc files such as rc.local are found in /etc/rc.d 
etc/inittab is the first file read when booting, 

id:3:initdefault:  # The default init runlevel.

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

then rc.sysinit is read which now starts the system, in /etc/rc.d/rc3.d you
will find symbolic links to files located in /etc/rc.d/init.d those are the
daemons and programs which are started at bootime.

Network configuration files are in /etc/sysconfig and
/etc/sysconfig/netwok-scripts

Hope this helps.

> 
> 
> 
> Best regards,
>  H-to-he                            mailto:[EMAIL PROTECTED]
> 
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to