mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-06 05:30:05 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>get_module命令</strong> 用于获取Linux内核模块的详细信息。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>get_module 模块名</code></pre>
|
||||
<pre><code class="language-bash">get_module 模块名</code></pre>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>使用lsmod命令查看内核模块:</p>
|
||||
<pre><code>lsmod | head -5
|
||||
<pre><code class="language-bash">lsmod | head -5
|
||||
Module Size Used by
|
||||
ipv6 272801 15
|
||||
xfrm_nalgo 13381 1 ipv6
|
||||
crypto_api 12609 1 xfrm_nalgo
|
||||
ip_conntrack_ftp 11569 0</code></pre>
|
||||
<p>使用get_module命令查看模块详细信息:</p>
|
||||
<pre><code>get_module ipv6
|
||||
<pre><code class="language-bash">get_module ipv6
|
||||
refcnt : 15
|
||||
srcversion : 8CC9C024755B4483E56C0EF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user