lsservices

Name

lsservices -- List advertised services

Synopsis

$DAQBIN/lsservices [host [user-pattern]]

DESCRIPTION

Lists the services that are advertised by a port manager. The parameters are all optional.

host

If supplied specifies the host who's port manager we want to query. If not suplied, this parameter defaults to localhost.

user-pattern

If supplied specifies a glob pattern the services to be listed must successfully match in order for the service to be included in the list.

If not supplied, defaults to * which matches all users.

EXAMPLES


$DAQBIN/lsservices
        

This lists all services in the local system.


$DAQBIN/lsservices spdaq.frib.msu.edu
        

This lists all services advertised by the port manager in the host spdaq.frib.msu.edu if it is reachable.


$DAQBIN/lsservices localhost charlie
        

Only lists the services advertised in the local host that were allocated by the username charlie