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 / 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 |
What is mkdir?
Why makefile is used in linux?
How do you view the contents of a file in Linux?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
In order to display the last five commands you have entered using the fc command, you would type?
what is the difference between service and process?
Explain about the command elm?
how to add linux user to group?
What is lsof command in linux?
Where can I find bash in linux?
What is gnu in linux?
How can I delete a file in linux?