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
What is finger command in linux?
What is make command in linux?
What is tail command in linux?
Why do we use cmake?
What is a makefile in c?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
What is file and example?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What are commands in grammar?
What is cat command in linux?
What is top command in linux?
List the three main parts of an operating system command?
What is the difference between rmdir and rm r?
How do you run command every time a file is modified?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?