TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use one of the following commands to list service types available for the entire system:


    tnstype
    tnstype -L

    Sample Output:

    NB

     

    file

     

    term

    NW

     

    term

     

    nvt

     

    file

  2. Use the following command to list all services and their attribute values:


    tnstype -R
  3. Use the following command to list the value of the attribute protocol, for terminal services in the NetWare realm:


    tnstype -R -r NW -t term -a protocol
  4. Use the following command to add the file service type to the AppleTalk realm:


    tnstype -A -r AT -t file
  5. Use the following command to delete the nvt service type from the NetWare realm:


    tnstype -D -r NW -t nvt