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

How do you create a blank file in linux?

503


How do I change shell in linux?

510


How do make computer faster?

528


Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?

488


Is a command a full sentence?

515






You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?

539


What does chmod 666 do?

525


You issue the command head * what would the resulting output be?

525


What is mkdir?

528


How can we increase disk read performance in single command?

540


What command would you use to check how much memory is being used by linux?

540


What is umask in linux?

523


Which command is used to see the online manual?

600


How do I overclock my cpu?

494


What is pwd in linux command?

689