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

Command ck

NAME

Command ck :: Connection Kill

SYNOPSIS

ck hostname ipport

DESCRIPTION

The ck command is used to kill an active connection. The arguments are the hostname and the IP Port of the connection to kill. You can use the cl to get connections list.

EXAMPLE

In this example, The ck command is used to kill the connection with `192.168.30.114' on `4205' IP port. cl -u is to print connexion list before and after deletion.

 
$ dio87c -- cl -u
192.168.30.26   1998    dom
192.168.30.114  4205    anne
127.0.0.1       3891    admin
$
$ dio87c ck 99.54.30.114 4205
$
$ dio87c -- cl -u
192.168.30.26   1998    dom
127.0.0.1       3894    admin
$

ACCESS CONTROL

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

SEE ALSO



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