linux - 从哪里获得完整的联机帮助页

标签 linux ubuntu manpage debian-based

在 Debian 7 和 Linux Mint 16 中,我在输入时没有得到任何参数/选项

man insmod

insmod --help

但我知道有参数,例如 insmod --probe

我在哪里可以获得我的系统的完整联机帮助页或哪个发行版提供了完整的联机帮助页?

最佳答案

insmod 之前由 module-init-tools 项目提供,现已被 kmod 项目取代。来自 kmod 的"new"insmod 不再提供此选项。

Arch news 上找到了提示关于变化。这也适用于 Debian:

With module-init-tools being declared a dead project by its current maintainer, a new project has stepped up to take its place: kmod. This is intended to be a drop-in replacement, though deprecated functionality in module-init-tools has not been reimplemented.

选项 -p-s-f 已过时,现在已被忽略。该参数的长选项名称不再有效。

您可以查看 source code

关于linux - 从哪里获得完整的联机帮助页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25042069/

相关文章:

c - 如何从源代码编译我自己的glibc C标准库并使用它?

docker - 是否可以不使用ExeUtils::MakeMaker安装文档?

linux - Eclipse 3.8 的 CSS 文件位于哪里?

python - 在 Linux 上为 Windows 应用程序构建安装程序存在哪些可能性(安装目标=Windows,构建环境=Linux)

python - 使用 django-users2 时无法导入 users.form

linux - 如何在主机本地存储 Elasticsearch 数据?

ubuntu - 与 Ubuntu Intellij Idea 一起使用的最佳字体

ubuntu - 无法通过 apache 访问已安装的 s3 存储桶文件

mysql - 如何启用对mysql使用man命令

ruby - 如何为 ruby​​ gem 可执行文件创建手册页?