LSMOD(8) Sistem Yönetim Komutları  LSMOD(8)

İSİM

lsmod — Linux çekirdeğindeki modüllerin durumunu gösterir

KULLANIM


lsmod

AÇIKLAMA

lsmod /proc/modules içeriğini güzel bir şekilde biçimlendiren ve hangi çekirdek modüllerinin yüklü olduğunu gösteren önemsiz bir uygulamadır.

TELİF HAKKI

Belgenin telif hakkı © 2002 Rusty Russell, IBM Corporation.

YAZAN

Belgenin yazımı Jon Masters ve Lucas De Marchi tarafından sürdürülmektedir.

İLGİLİ BELGELER

depmod(8), insmod(8), modinfo(8), modprobe(8).

ÇEVİREN

© 2004 Yalçın Kolukısa
© 2022 Nilgün Belma Bugüner
Bu çeviri özgür yazılımdır: Yasaların izin verdiği ölçüde HİÇBİR GARANTİ YOKTUR.
Lütfen, çeviri ile ilgili bildirimde bulunmak veya çeviri yapmak için https://github.com/TLBP/manpages-tr/issues adresinde "New Issue" düğmesine tıklayıp yeni bir konu açınız ve isteğinizi belirtiniz.
Yasal Uyarı
 * Özgün Belgenin Lisans ve Telif Hakkı bilgileri:
 *
 * kmod-lsmod - list modules from linux kernel using libkmod.
 *
 * Copyright (C) 2011-2013  ProFUSION embedded systems
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.