TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to list all system configuration attributes of the TAS system:


    tnsystem -R

    Sample Output:


    system-name=sonpc
    admin-user=totalnet
    spooler=maxar
    dfinterval=60
    state=enabled
  2. Use the following command to list the value of the attribute admin-user:


    tnsystem -R -a admin-user

    Sample Output:


    admin-user=totalnet
  3. Use the following command to set the value of the attribute dfinterval to 30:


     tnsystem -M -a dfinterval=30