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 |
Brief about the command ff?
What is the command to check cpu speed in linux?
How do I navigate in cmd?
what is QUOTA-V
What is the syntax of mkdir?
How to know linux os is 32 bit or 64 bit?
Brief about FTP hostname?
What are the 7 types of sentences?
How do you find out the server processes running?
What is phony in makefile?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is llvm used for?