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 |
How do you insert comments in the command line prompt?
What is a simple command?
What does cd – command do?
how is the possible the "last 10 files present in the current directory and stores them in the file list".
Explain shift command of linux?
What are grep patterns called?
what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?
How do you check which file consuming more space in linux?
How can I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?
How do I find the console in linux?
How do you change file permissions in Linux?
Which command is used to compare the files?