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

Command cl

NAME

Command cl :: Connection List

SYNOPSIS

cl [OPTIONS]

DESCRIPTION

This command returns the list of all active connections. For each connection, the host name and the IP port of the client are printed. The `-u' option is used to print the name of the user who is connected.

Three options can be used to format output :

EXAMPLE

In this example, cl is used to print connexion list. `-u' is used to print the name of the user who is connected.

 
$ dio87c -- cc
3
$ dio87c -- cl
192.168.30.26   1998
192.168.30.114  4205
127.0.0.1       3890
$
$ dio87c -- cl -u
192.168.30.26   1998    dom
192.168.30.114  4205    anne
127.0.0.1       3891    admin
$

ACCESS CONTROL

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

SEE ALSO



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