System Grab Bag

View all TLDR pages from Sun OS (or from all pages)

svcadm

Manipulate service instances. More information: https://www.unix.com/man-page/linux/1m/svcadm.
  • Enable a service in the service database:
    svcadm enable {{service_name}}
  • Disable service:
    svcadm disable {{service_name}}
  • Restart a running service:
    svcadm restart {{service_name}}
  • Command service to re-read configuration files:
    svcadm refresh {{service_name}}
  • Clear a service from maintenance state and command it to start:
    svcadm clear {{service_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.