Forrest logo
back to context overview

svccfg

List of commands for svccfg:

  • svccfg:tldr:123cb svccfg: Import/update service configurations from file.
    $ svccfg import ${path-to-smf_file-xml}
    try on your machine
    explain this command
  • svccfg:tldr:22f02 svccfg: Export service configurations to file.
    $ svccfg export ${servicename} > ${path-to-smf_file-xml}
    try on your machine
    explain this command
  • svccfg:tldr:cfb7e svccfg: Validate configuration file.
    $ svccfg validate ${path-to-smf_file-xml}
    try on your machine
    explain this command
back to context overview