2019-04-21 11:50:48 +08:00

16 lines
766 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="lpq">lpq</h1>
<p>显示打印队列中的打印任务的状态信息</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>lpq命令</strong> 用于显示打印队列中的打印任务的状态信息。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">lpq(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-E强制使用加密方式与服务器连接
-P显示中的打印机上的打印队列状态
-U自动可选的用户名
-a报告所有打印机的定义任务
-h指定打印服务器信息
-l使用长格式输出
+:指定显示状态的间隔时间。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->