[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command ql

NAME

Command ql :: Queue list

SYNOPSIS

ql [options] TargetName

DESCRIPTION

The ql command prints the list of queues assigned to a target. The target name must be passed as parameters.

`-d' option can be used to print queue description and `-t' to print target name.

Three options can be used to format output :

Two options can be used to print a part of the whole list :

EXAMPLE

In this example, a target named `localhost' is created with three queues : `queue1', `queue2', `queue3'. ql is used to print queue list. Then `-d' and `-t' are used to print queue description and target name.

 
$ dio87d -d
$ dio87c -- ta localhost
$ dio87c -- qa localhost queue1
$ dio87c -- qa localhost queue2 "second queue"
$ dio87c -- qa localhost queue3 "third queue"
$
$ dio87c -- ql localhost
queue1
queue2
queue3
$
$ dio87c -- ql -d -t localhost
localhost   queue1	
localhost   queue2   second queue
localhost   queue3   third queue
$

ACCESS CONTROL

This function requires the `consult' privilege for the `target' command family.

SEE ALSO


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by dom on September, 11 2005 using texi2html