l-2.6.14]# cd /usr/src
[root@bigboy src]# ln -s ./linux-2.6.14 linux
[root@bigboy src]# ls
kernels linuxlinux-2.6.14 redhat
[root@bigboy src]#</code>
6. The configuration file... matically copy the correct file from the /usr/src/linux/configs/ directory to /usr/src/linux/.config using the make oldconfig command.
<code>
[root@bigboy linux]# cd /usr/src/linux
[root@bigboy linux]# make oldconfig
</code>
You s