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 trap command of linux?
What are vim commands?
What are bash scripts used for?
How do I find the console in linux?
What do you mean by directory?
What does chmod 644 do?
What is a make target?
What is Syntax of any Linux command?
Why bash is used in linux?
Who am I command in linux?
What the command used for search file or files for specific text?
What does (cd dir && command) do?
Explain command grouping in linux?
Explain grep command.
What is the role of case sensitivity in affecting the way commands are used?