mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 22:17:56 +01:00
15 lines
295 B
Markdown
15 lines
295 B
Markdown
# 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}}`
|