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
How do I remove a soft link in linux?
What is history command in linux?
How do I check command history?
What is the use of mv command in linux?
What are the 4 kinds of sentences with examples?
How do you create a blank file in linux?
What does top do in linux?
What is the best cpu stress test?
How do you create a file?
What does chmod 644 do?
Which command puts a script to sleep untill a signal is recieved?
How often do you use grep command and how in Linux operating system?
How do I test my cpu speed?
What Command used to lock user password?
How do I run a shell script?