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

Command rk

NAME

Command rk :: Ref Kill

SYNOPSIS

rk RefName

DESCRIPTION

The rk function is used to delete a referential. The parameter is the referential name.

EXAMPLE

In this example, three referentials named `ref_1', `ref_2' and `ref_3' are created. rk is used to delete `ref_2'. The referential count was 3 before referential deletion and 2 after. rl is used to print referential list.

 
$ dio87d -d
$ dio87c -- ra ref_1
$ dio87c -- ra ref_2
$ dio87c -- ra ref_3
$ 
$ dio87c rc
3
$ dio87c -- rk ref_2
$ dio87c rc
2
$ dio87c rl
ref_1
ref_3
$

ACCESS CONTROL

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

SEE ALSO



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