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

Command rtk

NAME

Command rtk :: Ref Task kill

SYNOPSIS

rtk RefName TaskName

DESCRIPTION

The rtk command is used to delete a task in a referential. The parameters are referential name and task name.

ACCESS CONTROL

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

EXAMPLE

In this example, a referential named `my_ref' and three tasks `task1', `task2', `task3' are created. The rtk command is used to delete `task2'. rtc and rtl are used to print the number and the list of tasks before and after deletion.

 
$ dio87d -d
$ dio87c ra my_ref
$ dio87c rta my_ref task1
$ dio87c rta my_ref task2
$ dio87c rta my_ref task3
$     
$ dio87c rtc my_ref
3
$ dio87c rtl my_ref
task1
task2
task3
$
$ dio87c rtk my_ref task2
$    
$ dio87c rtc my_ref
2
$ dio87c rtl my_ref
task1
task3
$

SEE ALSO



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