mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-21 02:55:49 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>shutdown命令</strong> 用来系统关机命令。shutdown指令可以关闭所有程序,并依用户的需要,进行重新开机或关机的动作。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>shutdown(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">shutdown(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-c:当执行“shutdown -h 11:50”指令时,只要按+键就可以中断关机的指令;
|
||||
<pre><code class="language-bash">-c:当执行“shutdown -h 11:50”指令时,只要按+键就可以中断关机的指令;
|
||||
-f:重新启动时不执行fsck;
|
||||
-F:重新启动时执行fsck;
|
||||
-h:将系统关机;
|
||||
@@ -20,7 +20,7 @@
|
||||
</ul>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>指定现在立即关机:</p>
|
||||
<pre><code>shutdown -h now</code></pre>
|
||||
<pre><code class="language-bash">shutdown -h now</code></pre>
|
||||
<p>指定5分钟后关机,同时送出警告信息给登入用户:</p>
|
||||
<pre><code>shutdown +5 "System will shutdown after 5 minutes"</code></pre>
|
||||
<pre><code class="language-bash">shutdown +5 "System will shutdown after 5 minutes"</code></pre>
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
||||
Reference in New Issue
Block a user