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 daemon is used for scheduling of the commands?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What is the bash in linux?
How do I know my shell?
Which command would you use to create a file system on a new hard drive?
How do you create a blank file in linux?
How do I remove a soft link in linux?
Explain about lpr filename?
What does (cd dir && command) do?
Explain about chmod options filename?
What is an os command?
What does make clean command do?
What is bash linux?
How do I find my user id in linux?
What does chmod 755 do?