[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 3


lsallqdev Command

Purpose

Lists all configured printer and plotter queue device names within a specified queue.

Syntax

lsallqdev [ -c] -qName

Description

The lsallqdev command lists all configured device names within a specified queue in the /etc/qconfig file.

You can use the Printer Queues application in Web-based System Manager (wsm) to change print queue characteristics. You could also use the System Management Interface Tool (SMIT) smit lsallqdev fast path to run this command.

Flags


-q Name Specifies the queue name.
-c Causes colon format output for use by SMIT.

Examples

  1. To list the names all of the configured queue devices within the lp0 queue in the /etc/qconfig file, enter:
    lsallqdev -q lp0
    A listing similar to the following is displayed:

    lpd0
    lpd1
    lpd2
    
  2. To list the names of all of the configured queue device within the lp0 queue in the /etc/qconfig file in colon format, enter:
    lsallqdev -q lp0 -c
    A listing similar to the following is displayed:

    lp0:lpd1
    lp0:lpd2
    

Files


/usr/bin/lsallqdev Contains the lsallqdev command.
/etc/qconfig Configuration file.

Related Information

The chquedev command, lsquedev command, lsallq command, mkquedev command, rmquedev command.

The qconfig file.

For information on installing the Web-based System Manager, see Chapter 2: Installation and System Requirements in AIX 5L Version 5.1 Web-based System Manager Administration Guide.

Listing Print Queues and Print Queue Devices in the AIX 5L Version 5.1 Guide to Printers and Printing.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]