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 |
Use the following command to list all services and their attribute values:
tnstype -R |
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 |
Use the following command to add the file service type to the AppleTalk realm:
tnstype -A -r AT -t file |
Use the following command to delete the nvt service type from the NetWare realm:
tnstype -D -r NW -t nvt |