TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use one of the following commands to list all available user maps:


    tnumap
    tnumap -L

    Sample Output:


    marketmap
    worker
    supermap
  2. In future releases of TAS, you can use the following command to list the values of all attributes for the user map worker:


    tnumap -R -m worker

    Sample Output:

    This command gives no output, since user maps do not have any attributes in the current release of TAS.

  3. Use the following command to create the user map worker:


    tnumap -A -m worker
  4. Use the following command to delete the user map worker:


    tnumap -D -m worker