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

Command qsd

NAME

Command qsd :: Queue Set Description

SYNOPSIS

qsd TargetName QueueName description

DESCRIPTION

The qsd command can be used to change the description of a queue. This description can be print with qi command. The parameters are the target name, the queue name and the description.

EXAMPLE

In this example, a target named `localhost' is created. A queue named `myqueue' is created with an initial description. Then, qsd command is used to change description. ql -d is used to print queue description before and after change.

 
$ dio87d -d
$ dio87c -- ta localhost
$ dio87c -- qa localhost myqueue "initial description"
$
$ dio87c -- ql -d localhost
myqueue    initial description
$
$ dio87c -- qsd localhost myqueue "new description"
$
$ dio87c -- ql -d localhost
myqueue    new description
$

ACCESS CONTROL

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

SEE ALSO



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