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

Command rjk

NAME

Command rjk :: Ref Job Kill

SYNOPSIS

rjk RefName TaskName JobName

DESCRIPTION

The rjk function is used to delete a job of a task of a referential. The parameters are the referential name, the task name and the job name.

EXAMPLE

In this example, three jobs `job1', `job2' and `job3' are created in a task named `task1'. The rjk command is used to delete `job2'. rjl is used to print jobs list before and after job deletion.

 
$ dio87d -d
$ dio87c ra my_ref
$ dio87c rta my_ref task1
$ dio87c rja my_ref task1 job1                      
$ dio87c rja my_ref task1 job2
$ dio87c rja my_ref task1 job3
$ dio87c rjl my_ref task1
job1
job2
job3
$ dio87c rjk my_ref task1 job2
$ dio87c rjl my_ref task1
job1
job3
$

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