Posts Tagged sec
Working with “SVC”
Posted by Lincoln Zuljewic Silva in Solaris on December 2, 2009
Follow useful commands to work with “SVC” in Solaris:
More option can be found at “man svcadm”
# svcs -a -> list all installed services.
# svcadm disable SERVICE -> disable a service. if you use “svcadm disable -t SERVICE”, the service will be disabled only until the next reboot. You can use this commando to stop a service.
# svcadm enable SERVICE -> enable a service. If you use “svcadm enable -t SERVICE”, the service will not be enabled automatically on reboot.
# svcadm restart SERVICE -> restart a service.
# svcadm reload SERVICE -> reload the configuration file.
More options can be found at “man svcadm”