This shows you the differences between two versions of the page.
| — |
kernel_module_information [2011/06/01 12:58] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Kernel module Information ====== | ||
| + | ===== List loaded modules ===== | ||
| + | |||
| + | # lsmod | ||
| + | |||
| + | ===== Detailed module information ===== | ||
| + | |||
| + | # modinfo <modulename> | ||