RMMOD(8) | Sistem Yönetim Komutları | RMMOD(8) |
İSİM
rmmod — Linux çekirdeğinden bir modülü kaldırır
KULLANIM
rmmod |
[-f ] [-s ] [-v ] [modüladı ] |
AÇIKLAMA
rmmod, yüklü modülü (yüklü modülü kaldırma desteği sağlandığında) çekirdekten kaldırmak için kullanılan önemsiz bir uygulamadır. Bunun yerine -r
seçeneğiyle modprobe(8) kullanılması önerilir.
SEÇENEKLER
-
-v
,--verbose
-
Uygulama her yaptığı işlemi gösterir. Normalde rmmod yanlış giden bir şeylerin iletilerini gösterir.
-
-f
,--force
-
Bu seçenek son derece tehlikeli olabilir: Çekirdek derlenirken
CONFIG_MODULE_FORCE_UNLOAD
yapılandırma seçeneği etkin kılınmamışsa hiçbir etkisi yoktur. Kullanılmakta olan, kaldırılması tasarlanmamış veya güvensiz olarak işaretlenmiş modüller bu seçenekle kaldırılabilir (bkz: lsmod(8)). -
-s
,--syslog
-
Hataları standat hata yerine syslog'a gönderir.
-
-V
,--version
-
Sürüm bilgilerini gösterir ve çıkar.
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.
ÇEVİREN
* Özgün Belgenin Lisans ve Telif Hakkı bilgileri: * * kmod-rmmod - remove 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/>.