man rmmod(8) - простая программа для удаления модуля из ядра Linux

Rusty Russell, “man rmmod(8) - simple program to remove a module from the Linux Kernel”, public translation into Russian from English More about this translation.

See also 139 similar translations

Translate into another language.

Participants

morbo250 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next →
1

man rmmod(8) - simple program to remove a module from the Linux Kernel

man rmmod(8) - простая программа для удаления модуля из ядра Linux

History of edits (Latest: morbo 3 years, 2 months ago) §

NAME

НАЗВАНИЕ

History of edits (Latest: morbo 3 years, 2 months ago) §

rmmod - simple program to remove a module from the Linux Kernel

rmmod - простая программа для удаления модуля из ядра Linux

History of edits (Latest: morbo 3 years, 2 months ago) §

SYNOPSIS

ОБЗОР

History of edits (Latest: morbo 3 years, 2 months ago) §

rmmod [-f] [-w] [-s] [-v] [modulename]

rmmod [-f] [-w] [-s] [-v] [имя_модуля]

History of edits (Latest: morbo 3 years, 2 months ago) §

DESCRIPTION

ОПИСАНИЕ

History of edits (Latest: morbo 3 years, 2 months ago) §

rmmod is a trivial program to remove a module from the kernel. Most users will want to use modprobe(8) instead, with the -r option.

rmmod - это тривиальная программа для удаления модуля из ядра. Большинство пользователей предпочитают использовать вместо неё modprobe(8) с опцией -r.

History of edits (Latest: morbo 3 years, 2 months ago) §

OPTIONS

ОПЦИИ

History of edits (Latest: morbo 3 years, 2 months ago) §

-v --verbose

-v --verbose

History of edits (Latest: morbo 3 years, 2 months ago) §

Print messages about what the program is doing.Usually rmmod only prints messages if something goes wrong.

Выводить сообщения о том, что делает программа. Обычно rmmod печатает сообщения только если что-то идёт не так.

History of edits (Latest: morbo 3 years, 2 months ago) §

-f --force

-f --force

History of edits (Latest: morbo 3 years, 2 months ago) §

This option can be extremely dangerous: it has no effect unless CONFIG_MODULE_FORCE_UNLOAD was set when the kernel was compiled. With this option, you can remove modules which are being used, or which are not designed to be removed, or have been marked as unsafe (see lsmod(8)).

Эта опция исключительно опасна: она не сработает, если ядро не скомпилировано с опцией CONFIG_MODULE_FORCE_UNLOAD. С помощью этой опции вы можете удалить модули, которые используются или не спроектированы удаляемыми, или были помечены, как небезопасные (смотри lsmod(8)).

History of edits (Latest: morbo 3 years, 2 months ago) §

-w --wait

-w --wait

History of edits (Latest: morbo 3 years, 2 months ago) §

Normally, rmmod will refuse to unload modules which are in use. With this option, rmmod will isolate the module, and wait until the module is no longer used. Noone new will be able to use the module, but it's up to you to make sure the current users eventually finish with it. See lsmod(8)) for information on usage counts.

Обычно rmmod не пытается выгрузить модули, которые используются. С помощью этой опции rmmod изолирует модуль, и ждёт, пока модуль не перестанет использоваться. Никто вновь не сможет воспользоваться модулем, но он позволяет в конечном счёте удостовериться, что пользователи перестали им пользоваться. Обратитесь к lsmod(8), чтобы получить счётчики использования.

History of edits (Latest: morbo 3 years, 2 months ago) §

-s --syslog

-s --syslog

History of edits (Latest: morbo 3 years, 2 months ago) §

Send errors to the syslog, instead of standard error.

Отправлять сообщения об ошибках в syslog, а не на стандартный поток диагностики.

History of edits (Latest: morbo 3 years, 2 months ago) §

-V --version

-V --version

History of edits (Latest: morbo 3 years, 2 months ago) §

Show version of program, and exit.See below for caveats when run on older kernels.

Показать версию программы и завершить работу. Смотри ниже предостережения по запуску со старыми ядрами.

History of edits (Latest: morbo 3 years, 2 months ago) §

BACKWARDS COMPATIBILITY

ОБРАТНАЯ СОВМЕСТИМОСТЬ

History of edits (Latest: morbo 3 years, 2 months ago) §

This version of rmmod is for kernels 2.5.48 and above. If it detects a kernel with support for old-style modules (for which much of the work was done in userspace), it will attempt to run rmmod.old in its place, so it is completely transparent to the user.

Эта версия rmmod предназначена для ядер версий 2.5.48 и выше. Если обнаружено ядро, поддерживающее модули старого стиля (бОльшая часть работы по загрузке которых выполняется в пространстве пользователя), программа попытается запустить rmmod.old, так что она полностью прозрачна для пользователя.

History of edits (Latest: morbo 3 years, 2 months ago) §

COPYRIGHT

АВТОРСКОЕ ПРАВО

History of edits (Latest: morbo 3 years, 2 months ago) §

This manual page Copyright 2002, Rusty Russell, IBM Corporation.

Эта страница руководства: Copyright 2002, Расти Рассел (Rusty Russell), корпорация IBM

History of edits (Latest: morbo 3 years, 2 months ago) §

SEE ALSO

СМОТРИ ТАКЖЕ

History of edits (Latest: morbo 3 years, 2 months ago) §

modprobe(8), insmod(8), lsmod(8), rmmod.old(8)

modprobe(8), insmod(8), lsmod(8), rmmod.old(8)

History of edits (Latest: morbo 3 years, 2 months ago) §
Pages: ← previous Ctrl next →
1