« Home | Set up Auto-Logout for root user » | 20 Linux System Monitoring Tools Every SysAdmin Sh... » | How to send email from the Linux command line » | Installing rrdtool using yum on CentOS » | How to configure TCP/IP filtering in Windows 2000 » | Hardening CentOS 5 » | PacMan: THE LAST FIGHT » | How To: Transfer your PuTTY settings between compu... » | ip_conntrack: table full, dropping packet. » | Install Squid on CentOS / RHEL 5 » 

Wednesday, July 21, 2010 

Useful Kernel manipulation commands

To find out the kernel version


$ cat /usr/include/linux/version.h

To find out the Linux version of the currently executing kernel by,

$ cat /proc/version  
$ uname -a

The command used to check your architecture

$ uname -i

To find out the current Loadable kernel module from

$ /sbin/lsmod
$ cat /proc/modules

 Load a kernel module (without dependency in to running kernel).

$ rmmod module name
$ insmod module name

Load a kernel module (with dependency in to running kernel).

$ /sbin/modprobe  kernel module name 

http://kb.bobcares.com/

Add to Google

The Author

  • Nick Perrydoo
  • Spawn at Philippines
My profile

Links


Read Ons

Article of the Day

This Day in History

Today's Birthday

In the News

Quotation of the Day

Word of the Day


Powered by Blogger
and Blogger Templates
© Copyright 2006 Ba-zoo-ra - All Rights Reserved.