Answer Posted / venkat
Kernel and init.d files.
Both will be initiated in grup.conf file.
[root@localhost grub]# cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making
changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to
/boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda2
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-42.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.ELsmp ro root=LABEL=/
initrd /initrd-2.6.9-42.ELsmp.img
title Red Hat Enterprise Linux AS-largesmp (2.6.9-42.ELlargesmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.ELlargesmp ro root=LABEL=/
initrd /initrd-2.6.9-42.ELlargesmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-42.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.EL ro root=LABEL=/
initrd /initrd-2.6.9-42.EL.img
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Explain grep command.
What does comm do and how to use it?
What does the command env do?
Which command will show you free/used memory?
Describe the mknod command and when you’d use it.
Which command will show you free/used memory? Does free memory exist on linux?
What is the best cpu stress test?
What does wc command do in unix?
What are the basic dos commands?
What are vim commands?
What is simple command?
What is lsof command in linux?
What could be the problem when a command that was issued gave a different result from the last time it was used?
What does grep command do?
How do you limit memory usage for commands?