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

Command tsd

NAME

Command tsd :: Target Set Description

SYNOPSIS

tsd TargetName description

DESCRIPTION

The tsd command is used to change the description of a target. The parameters are the target name and the new description.

EXAMPLE

In this example, a target `localhost' is created with an initial description. Then the target description is changed with tsd. The description of the target is printed before and after change with tl -d.

 
$ dio87d -d
$ dio87c -- ta localhost "first description"
$ dio87c -- tl -d
localhost	first description
$ dio87c -- tsd localhost "new description"
$ dio87c -- tl -d
localhost	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