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?



In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is th..

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

Post New Answer

More Linux Commands Interview Questions

How does diff command work?

0 Answers  


What command can you use to review boot messages?

3 Answers   TCS,


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

0 Answers  


i am working in one company and i attend intervew they asked why do u want to chage company pls give me inteligent answar

3 Answers  


How do you execute more than one command or program from a single command line entry?

0 Answers  






What is tail command in linux?

0 Answers  


What does chmod 666 do?

0 Answers  


How do I remove a soft link in linux?

0 Answers  


Explain trap command; shift command, getopts command of linux?

0 Answers  


How do find hard disk revolutions speed?

1 Answers   ACL, HP,


Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory

2 Answers  


What are vim commands?

0 Answers  


Categories