Disabling Remote Access - Solaris 10

During the Solaris 10 installation, if you answered "Yes" at the "Activate Remote Access" screen and you would like to disable these services then you can use the command "inetadm" to display ALL services from inetd and then disable all unneeded services. for example:

Code:
# inetadm -d svc:/network/telnet:default

to disable "telnet".

Or you can use the command netservices, which does the same as the definition during the installation.