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 ulimit command?

0 Answers  


What is env command in linux?

0 Answers  


How do I find the process id in linux?

0 Answers  


What is make command in linux?

0 Answers  


I have Laptop. I want to assign DHCP ip address, but in my Laptop having Wireless and with wire NIC cards, it is possible to assign reserve ip address for both NIC card, but same host name?

4 Answers   AOL,






What command you execute to display the last five commands you have entered?

4 Answers  


What is the default number of shell commands saved in the history list of .cshrc file?

0 Answers  


How do make computer faster?

0 Answers  


What language is a makefile written in?

0 Answers  


How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?

0 Answers  


What is mkdir m in linux?

0 Answers  


What are two functions the move mv command can carry out?

0 Answers  


Categories