In /boot/grub/grub.conf file there is a line
kernel /vmlinuz-version ro root=/dev/sda2, What is the
meaning of "/" before vmlinuz? Pls explain?
Answer Posted / bajira
In this line, "/" refers to /boot. As you can see, root=/dev/sda2, it means the root is mounted in 1st partition of sda device. So the mount will be refereed as /root and inside that /boot will be available. So /vmlinuz-version will be available in /boot/vmlinuz.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is cmake a compiler?
What is finger command in linux?
What is in mkdir command?
What is cpu in top command?
why is the tar command used?
What does mkdir mean in linux?
How do you insert comments in the command line prompt?
How do I find command history in linux?
In order to display the last five commands you have entered using the fc command, you would type?
What does df command do in linux?
What is df command in unix?
Explain trap command; shift command, getopts command of linux?
What is bash linux?
What is cd command used for?
How do I run a .sh file in linux?