Results 1 to 7 of 7
How to find what is the kernel the system is booted...?
How to find what are all the kernels installed in my system now ???
These am asking in Debian ...
- 02-22-2008 #1
kernel informations basic questions
How to find what is the kernel the system is booted...?
How to find what are all the kernels installed in my system now ???
These am asking in Debian Linux.
- 02-22-2008 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Try the uname command, check the manpage for the options of this command.
Regards
- 02-22-2008 #3
Execute this
First command will show the kernel version you are using right now and second will list installed versions along with a few other kernel packages.Code:uname -a rpm -q kernel*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2008 #4
debian linux
Using dpkg command how to find ???
rpm command is not there in debian.
- 02-22-2008 #5
oops ! my mistake.
Execute this
Code:su - dpkg -l kernel*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2008 #6
Try "dpkg -l kernel" and "dpkg -s kernel". If those don't work, then look at the manual for dpkg.
- 02-22-2008 #7
Or Try this
Code:ls /boot/vmlinuz*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
