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 does chmod do in linux?
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 command is used to check the number of files, disk space, and each user’s defined quota?
What is chainloading?
What is parallel ssh?
What does in makefile do?
What is ll command in unix?
How do I check disk space in bash?
How do you create a text file in linux terminal?
What is the command to see on which port which service is running?
What is tty in linux command?
What is an os command?