lpstatコマンドは、プリントサービスに関する各種情報を表示します。プリントサービスとは、印刷処理を実現するために動いている各種プログラムの総称です。
- ① -d
- デフォルトプリンタを表示します。
- ② -r
- スケジューラの起動状態を表示します。
- ③ -p
- プリンタが使用可能状態(available)か使用不可能状態(not available)かを表示します。
- ④ -s
- スケジューラの起動状態、デフォルトプリンタ、定義されているプリンタ装置の一覧を表示します。
- ④ -t
- 他のオプションを指定した場合に表示される、すべての情報を表示します。
# lpstat -d
system default destination: LBP0
デフォルトプリンタは「LBP0」#
[root@intsv5 root]# lpstat -r
scheduler is running
スケジューラは動作中#
[root@intsv5 root]# lpstat -p
printer LBP0@localhost unknown state. enabled since 7月19 16:49 2003. available
printer LBP1@localhost unknown state. enabled since 7月19 16:49 2003. available
プリンタ「LBP0」と「LBP1」は使用可能Printer: LBP0@localhost
Queue: no printable jobs in queue
Server: no server active
Status: job 'takeda@localhost+309' saved at 15:35:14.220
Rank Owner/ID Class Job Files Size Time
done takeda@localhost+309 A 309 (STDIN) 634 15:35:11
Printer: LBP1@localhost
Queue: no printable jobs in queue
印刷ジョブの状態
# lpstat -s
scheduler is running
スケジューラは動作中system default destination: LBP0
デフォルトプリンタは「LBP0」system for LBP0: localhost
system for LBP1: localhost
#
# lpstat -t
scheduler is running
スケジューラ起動状態system default destination: LBP0
デフォルトプリンタprinter LBP0@localhost unknown state. enabled since 7月19 16:54 2003. available
printer LBP1@localhost unknown state. enabled since 7月19 16:54 2003. available
プリンタの状態Printer: LBP0@localhost
Queue: no printable jobs in queue
Server: no server active
Status: job 'takeda@localhost+309' saved at 15:35:14.220
Rank Owner/ID Class Job Files Size Time
done takeda@localhost+309 A 309 (STDIN) 634 15:35:11
Printer: LBP1@localhost
Queue: no printable jobs in queue
印刷ジョブの状態#
関連タグ
本コンテンツは「UNIXコマンド辞典 ビギナー編」(2003年)を元にWeb用に再編集したものです
All Contents copyright © 2003-2009 Odyssey Communications Inc., Shoeisha Co., Ltd.