tail head cat sleep
QR code linking to this page

manページ  — KLDSTAT

名称

kldstat – 動的カーネルリンカの状態を表示

内容

書式


kldstat [-v] [-i id] [-n name]

解説

kldstat ユーティリティはカーネルに動的にリンクされたファイルの状態を表示します。

以下のオプションが利用できます :
-v
  出力を冗長にします。
-i id
  指定した ID のファイルの状態のみを表示します。
-n name
  指定した名前のファイルの状態のみを表示します。

診断

kldstat ユーティリティは、成功時には状態 0 で、 エラー発生時には 0 以外の状態で終了します。

関連項目

kldstat(2), kldload(8), kldunload(8)

歴史

kldstat ユーティリティは FreeBSD 3.0 に初めて登場し、 lkm(4) インタフェースを置き換えました。

作者

Doug Rabson <dfr@FreeBSD.org>

KLDSTAT (8) April 25, 1997

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.
— Maurice Wilkes