svccfg Command Examples

Import, export, and modify service configurations. More information: https://www.unix.com/man-page/linux/1m/svccfg.

svccfg validate {{path/to/smf_file.xml}}

svccfg export {{servicename}} > {{path/to/smf_file.xml}}

svccfg import {{path/to/smf_file.xml}}