[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 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 a Web-based System Manager Printer Queues application (wsm printers fast path) to run this command. 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 Version 4.3 Guide to Printers and Printing.

Setting up and running Web-based System Management in AIX Version 4.3 System Management Guide: Operating System and Devices.


[ Previous | Next | Contents | Glossary | Home | Search ]