LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   How to find or search files it Red Hat 9?? (https://www.linuxquestions.org/questions/linux-desktop-74/how-to-find-or-search-files-it-red-hat-9-a-575538/)

rs15 08-08-2007 12:52 AM

How to find or search files it Red Hat 9??
 
I am upgrading my Red Hat 9 Kernel-2.4.20 to Kernel-2.6.22. So I need /usr/src/linux/arch/i386/boot/bzImage, But I am unable to locate this bolded location. How can I search this files or directory?? Can anyone help me??

IBall 08-08-2007 05:38 AM

You can use find:
Code:

find /usr/src/linux -name bzImage
"man find" for more details

Having said that - why are you using RH9? This distro was released in 2003, and support was discontinued in 2004. In Linux terms, it is antiquated and should only be used for specialised purposes. I strongly recommend upgrading to a recent version of Linux, such as Fedora 7, Ubuntu 7.04, SuSe, etc. All come with recent versions of the kernel, and will support your hardware better.

One thing to bear in mind when upgrading the kernel on such an old distro - what other tools are relied on by the kernel, but not present in your system?

--Ian

rs15 08-08-2007 11:26 PM

Thanks a lot. I think I should use Fedora. I am making my mind to go for Fedora. I will let you know later, when fall in problem. Thanks again.

Regards
rs15


All times are GMT -5. The time now is 08:40 AM.