Friday, January 9, 2015

Shutdown process

Please anybody explain    What is shutdown process ?

____________________________________________________________________________________

hi,

shutdown -h
init 0 will call rc -- runlevel 0
/etc/rc0.d
in this file all "k" will process and in the same file there are 2 S
s00kill all & s01halt
this time s00 will remove all process from ram
&
s01 will send a signal to BIOS to shutdown the system.

guys Please correct any thing wrong.

_____________________________________________________________________________

A good explanation given in the below URL :

URL : http://www.informit.com/library/content.aspx?b=red_hat_linux7&seqNum=87

No comments:

Post a Comment