diff --git a/sheets/svccfg b/sheets/svccfg new file mode 100644 index 0000000..88309e9 --- /dev/null +++ b/sheets/svccfg @@ -0,0 +1,11 @@ +# svccfg +# Import, export, and modify service configurations (Solaris) + +# Validate configuration file: +svccfg validate smf.xml + +# Export service configurations to file: +svccfg export servicename > smf.xml + +# Import/update service configurations from file: +svccfg import smf.xml