TotalNET Advanced Server 5.2 Reference Manual

tncct

This command allows you to manage client contexts for file services. It lists different types of client context files for given realms and services and returns the UNIX path names of given client contexts for specified users, services, and realms.

For each file service in a realm, each user may have files whose contents have meaning only for clients within the realm. These files must have appropriate names and contain information clients can accept. A user can access any number of client contexts for each service in each realm.

Location

TNHOME/usr/bin

Usage

tncct -r realm -s service [-c client-context -u user]

Options

-r realm

Specify a realm. 

-s service

Specify a service. 

-c client-context

Specify the client context file whose UNX path name you want to list. 

-u user

Specify the user whose client context file you want to list. 

Examples

  1. Use the following command to list the type of client context files in the NetWare realm for the file service myhost:

    tncct -r NW -s myhost:file
  2. Use the following command to list the UNIX path name of the client context file corduroy for the user schwip and the file service myhost in the AppleTalk realm:

    tncct -r AT -s myhost:file -c corduroy -u schwip