System Grab Bag

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

svccfg

Import, export, and modify service configurations. More information: https://www.unix.com/man-page/linux/1m/svccfg.
  • Validate configuration file:
    svccfg validate {{path/to/smf_file.xml}}
  • Export service configurations to file:
    svccfg export {{servicename}} > {{path/to/smf_file.xml}}
  • Import/update service configurations from file:
    svccfg import {{path/to/smf_file.xml}}

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.