uTools-Manuals/docs/linux/lpstat.html
2019-04-21 11:50:48 +08:00

20 lines
863 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="lpstat">lpstat</h1>
<p>显示CUPS中打印机的状态信息</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>lpstat命令</strong> 用于显示CUPS中打印机的状态信息。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">lpstat(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-E与打印机连接时加密
-R显示打印任务的等级
-U指定可选用户名
-a显示接受打印任务的打印机
-c显示打印机类
-d显示默认打印机
-h指定可选的服务器信息
-l显示长格式
-p显示指定打印机以及打印机是否接受打印任务
-s显示汇总信息
-t显示所有的状态信息。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->