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?



In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is th..

Answer / 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

More Linux Commands Interview Questions

What is mkdir?

0 Answers  


Why makefile is used in linux?

0 Answers  


How do you view the contents of a file in Linux?

1 Answers  


To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob

4 Answers  


In order to display the last five commands you have entered using the fc command, you would type?

0 Answers  






what is the difference between service and process?

7 Answers   IBM,


Explain about the command elm?

0 Answers  


how to add linux user to group?

18 Answers  


What is lsof command in linux?

0 Answers  


Where can I find bash in linux?

0 Answers  


What is gnu in linux?

0 Answers  


How can I delete a file in linux?

0 Answers  


Categories