Mencari Info Sebuah Module Kernel
• 1 • 96
Kalau Sebelumnya kita sudah mencoba Melihat Daftar Module Yang di Load Kernel Linux. kita bisa melihat informasi lebih detail mengenai sebuah module dengan program <strong>modinfo</strong>
. Sebagai contoh kita ingin melihat informasi mengenai module filesystem ext3 :
[sumodirjo@sissy ~]$ /sbin/modinfo ext3 filename: /lib/modules/2.6.18-194.32.1.el5PAE/kernel/fs/ext3/ext3.ko license: GPL description: Second Extended Filesystem with journaling extensions author: Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others srcversion: 4892892BC4F1C4BCF3E12BD depends: jbd vermagic: 2.6.18-194.32.1.el5PAE SMP mod_unload 686 REGPARM 4KSTACKS gcc-4.1 module_sig: 883f3504d25b7159f555817d939ea911295de09f6033ce9a276abc27226ce4adbe9fad3efba6d8590a0e985bb4c24cdcf6ccd1d44407e6da6d7ad2b497d
Ingin tips lainnya? anda bisa membaca Linux Tips 101 yang merupakan bagian dari 1001 Linux Tips
Selamat Mencoba!