mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
412 B
Markdown
17 lines
412 B
Markdown
![]() |
# svccfg
|
||
|
|
||
|
> Importeer, exporteer, en wijzig service configurations.
|
||
|
> Meer informatie: <https://www.unix.com/man-page/linux/1m/svccfg>.
|
||
|
|
||
|
- Validatie van een configuratie bestand:
|
||
|
|
||
|
`svccfg validate {{smf.xml}}`
|
||
|
|
||
|
- Exporteer de configuratie van een service naar een bestand:
|
||
|
|
||
|
`svccfg export {{servicename}} > {{smf.xml}}`
|
||
|
|
||
|
- Update de service configuratie aan de hand van een bestand:
|
||
|
|
||
|
`svccfg import {{smf.xml}}`
|