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
Which command is used to terminate a process?
Explain difference between swap partition and swap file?
What does top do in linux?
Find command can search for files by
How do I run a .sh file in linux?
What is tty in linux command?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How do I overclock my cpu?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
what do know about commands?
How do I use nslookup in linux?
How do you create a text file in linux?
How do I clear bash history in linux?
Is a command a full sentence?
What would be the result of issuing the command cat phonenos?