|
|
To disable a service,
use the following command:
pmadm -d -p pmtag -s svctag
When a service is disabled, all subsequent connection requests for the service will be denied.
For example, the command pmadm -d -p tcp -s 101 will disable service 101 under the listen port monitor, ``tcp''.
To verify that the port has been disabled, enter the command pmadm -l -p tcp -s 101. The ``x'' flag should have be present in the ``FLGS'' column in the entry for this service.