[Previous] [Contents] [Index] [Next]

phspool

Show current status of printers

Syntax:

phspool [-h height] [-S i|m|n] [-s server]
        [-w width] [-x x_pos] [-y y_pos]

Options:

-h height
Set initial height of window to height pixels.
-S i|m|n
Specify initial window state (i - iconify, m - maximize, n - normal).
-s server
Specify server node or device name to display system information on.
-w width
Set initial width of window to width pixels.
-x x_pos
Initial x_pos position of window.
-y y_pos
Initial y_pos position of window.

Description:

Shows the current status of your printers.

Examples:

Run phspool using Photon server on node 4:

phspool -s4

Or

phspool -s//4/dev/photon

Run at initial position (10,10) with initial dimension of 200*300.

phspool -x10 -y10 -h200 -w300


[Previous] [Contents] [Index] [Next]