what is the booting process of linux systen and explain
it,is the first process comes under the installation process.

Answer Posted / chandragouda

As it turns out, there isn’t much to the boot process:
1. A boot loader finds the kernel image on the disk, loads
it into memory, and
starts it.
2. The kernel initializes the devices and its drivers.
3. The kernel mounts the root filesystem.
4. The kernel starts a program called init.
5. init sets the rest of the processes in motion.
6. The last processes that init starts as part of the boot
sequence allow you to
log in.

Is This Answer Correct ?    38 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which commands are used to set a processor-intensive job to use less cpu time?

565


What does chmod 644 do?

594


What do you mean by directory?

562


What is linux load average?

604


Where is command history stored in linux?

538






What does grep grep do?

523


What are vim commands?

527


What is type command in linux?

547


What is kill 9 in linux?

579


What does uname command do?

599


How use more command in linux?

547


What is the difference between command ‘ping’ and ‘ping6’?

536


What is command grouping and how does it work?

651


Why bash is used in linux?

548


What is the difference between kill and kill in linux?

774