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
Explain the working of command grouping?
What does && mean in linux?
What is the use of cp p command?
What is finger command in linux?
What is history command in linux?
How to write the output of a command to a file?
What does f mean linux?
What is SFC command?
What is difference between egrep and grep?
Which command reduces the size of a file?
What are commands in grammar?
How do you copy in linux terminal?
How many commands are there in linux?
What is mkdir m in linux?
Which command is used to clear the screen?