1751765 Members
4655 Online
108781 Solutions
New Discussion юеВ

Re: init

 
SOLVED
Go to solution
kunjuttan
Super Advisor

init

What init will do during booting?
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: init

A lot of things, but in general is does startup everything that is configured in

/etc/rc.config.d

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor
Solution

Re: init

Do some RTFM:

http://docs.hp.com/en/B3921-60631/init.1M.html

;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kapil Jha
Honored Contributor

Re: init

it would run rcX.d directory
X=run level
it would rukk S and K scripts
S would start the service and K would stop according to run level.

Some other things it also do, when you do init 0 and 6 ie reboot and startup

Thanks,
Kapil
I am in this small bowl, I wane see the real world......
rariasn
Honored Contributor

Re: init

Hi,

# man init
# man rc

rgs,
Bill Hassell
Honored Contributor

Re: init

In addition to the rc (startup) scripts, init will follow the instructions in /etc/inittab. Some items are run at bootup only, others are run at specific run levels.


Bill Hassell, sysadmin