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

Command tk

NAME

Command tk :: Target Kill

SYNOPSIS

tk TargetName

DESCRIPTION

The tk command is used to delete a target. The parameter is the name of the target.

EXAMPLE

In this sample, three targets `target1', `target2' and `target3' are created with ta command. Then `target2' is deleted with tk. The target list is printed before and after to verify that `target2' is deleted.

 
$ dio87d -d
$ dio87c -- ta target1  
$ dio87c -- ta target2
$ dio87c -- ta target3
$ dio87c -- tl
target1
target2
target3
$ dio87c -- tk target2
$ dio87c -- tl
target1
target3
$

ACCESS CONTROL

This function requires the `admin' privilege for the `referential' or `day' command family.

SEE ALSO



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