On Tue, 2004-02-24 at 20:10, Trevor Smith wrote: > How can I tell what kernel version I have installed? You may need to differentiate between the kernel(s) installed versus the kernel that you are presently running. For the former, open a terminal and use: rpm -qa | grep kernel This will list the kernel related RPMS that you have presently installed. To determine the kernel that you are running, use: uname -a HTH, Marc Schwartz