This command displays a list of NetWare services.
TNHOME/usr/bin
ncslist [-s servername] [-t type]
-s servername |
Specify the name of the remote server. This does not necessarily coincide with the UNIX host name. |
-t type |
Specify a service type. Define it as a number or a service type string defined in the table below. |
Description |
Number |
Service Type |
---|---|---|
file service |
0x0004 (or) 4 |
file |
terminal service |
0x0247 (or) 583 |
term |
igate service |
0x07C2 (or) 1986 |
igate |
nvterm service |
0x009E (or) 158 |
nvt |
all services (default) |
0xFFFF (or) 65535 |
|
Use one of the following commands to list active services for all service types from the server selma:
ncslist -s selma -t 0xFFFF ncslist -s selma -t term |
Use the following command to list all active terminal services from the server selma:
ncslist -s selma -t 0x0247 |
Use the following command to list all active services of all service types for the entire network:
ncslist -t 0xFFFF |
Use the following command to list all active terminal services for the entire network:
ncslist -t term |