2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/svccfg
2017-06-04 14:28:49 +00:00

12 lines
278 B
Plaintext

# 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