mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-29 03:45:31 +03:00
97d4e48341
prctl, prstat, svcadm and svccfg
292 B
292 B
svccfg
Import, export, and modify service configurations
- 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}}