mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-04 03:50:35 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>grename命令</strong> 可以重命名卷组的名称。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>poweroff [选项]</code></pre>
|
||||
<pre><code class="language-bash">poweroff [选项]</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-n 关闭之前不同步
|
||||
<pre><code class="language-bash">-n 关闭之前不同步
|
||||
-p 当被称为halt时关闭电源
|
||||
-v 增加输出,包括消息
|
||||
-q 降低输出错误唯一的消息
|
||||
@@ -13,5 +13,5 @@
|
||||
-f 强制关机,不调用shutdown</code></pre>
|
||||
<h3 id="例子">例子</h3>
|
||||
<p>关闭Linux系统。</p>
|
||||
<div class="sourceCode" id="cb3"><pre class="sourceCode bash"><code class="sourceCode bash"><a class="sourceLine" id="cb3-1" data-line-number="1">[<span class="ex">root@localhost</span> ~]# poweroff</a></code></pre></div>
|
||||
<div class="sourceCode" id="cb3"><pre><code class="language-bash"><a class="sourceLine" id="cb3-1" data-line-number="1">[<span class="ex">root@localhost</span> ~]# poweroff</a></code></pre></div>
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
||||
Reference in New Issue
Block a user