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

Commands Reference, Volume 3


lsque Command

Purpose

Displays the queue stanza name.

Syntax

lsque [ -c ] -q Name

Description

The lsque command uses the printf subroutine to display the name of the queue stanza and associated attributes from the /etc/qconfig file.

Flags


-c Causes colon output format for use by SMIT.
-q Name Specifies the Name of the queue stanza that is sent to standard output.

Examples

  1. To display the name of queue stanza lp0, enter:
    lsque -qlp0
    A list similar to the following is displayed:

    lp0:
       device = lpd0
       host = neptune
       rq = nlp0
    
  2. To display the name of queue stanza lp0 in colon format, enter:
    lsque -c -q lp0
    A list similar to the following is displayed:

    device:discipline:up:acctfile:host:s_statfilter:l_statfilter:rq
    lpd0:fcfs:true:false:neptune:::nlp0
    

Files


/usr/bin/lsque Contains the lsque command.
/etc/qconfig Contains the configuration file.

Related Information

The chque command, lsquedev command, mkque command, rmque command.

The qconfig file.

The printf subroutine.

Printer Specific Information, Printer Support, and Virtual Printer Definitions and Attribute Values in AIX 5L Version 5.1 Guide to Printers and Printing.

Printer Overview for System Management in AIX 5L Version 5.1 Guide to Printers and Printing.

Spooler Overview for System Management in AIX 5L Version 5.1 Guide to Printers and Printing.


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