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

Commands Reference, Volume 3


lsallq Command

Purpose

Lists the names of all configured queues.

Syntax

lsallq [ -c]

Description

The lsallq command lists the names of all configured queues contained in the /etc/qconfig file. By specifying the -c flag, this listing is displayed in colon format. This flag is used mainly by SMIT.

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 lsallq fast path to run this command.

Flag


-c Causes colon format output for use by SMIT.

Examples

  1. To list all of the queue names in the /etc/qconfig file, enter:

    lsallq
    

    A listing similar to the following is displayed:

    lp0
    lp1
    lp2
    
  2. To list all configured queues in colon format, enter:
    lsallq -c
    A listing similar to the following is displayed:

    lp0
    lp0:queue1
    lp0:queue2
    lp1
    

Files


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

Related Information

The chque command, lsque command, lsallqdev command, mkque command, rmque command.

The qconfig file.

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

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.


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