Manual Pages
Table of Contents
na_services - Internet services
/etc/services
The services file contains information mapping between
port numbers and service names. This file exists purely
for reference purposes and is not currently used by Data
ONTAP. Modifying entries in this file will have no effect
on the node. Removing entries will not disable ports or
services. For information on how to change which port
numbers a service uses (if possible), see the relevant
manual page for that service. Such changes will not
update the services file.
Each line contains a service name followed by a port
number, a ``/'', and a protocol, for example 20/tcp.
Legal protocol names are ``tcp'' and ``udp''. Port
numbers are decimal numbers in the range of 0 to 65535. A
service name may contain any printable character other
than the comment character (i.e. no spaces, tabs,
newlines, or ``#'').
Items are separated by any number of blanks and/or tab
characters. A ``#'' indicates the beginning of a comment;
characters up to the end of the line are not interpreted
by routines which search the file.
/etc/services
na_hosts(5)
Table of Contents