sunos/*: add Dutch translation (#8743)

This commit is contained in:
Simon Verhoeven
2022-10-06 17:09:36 +02:00
committed by GitHub
parent 83d8e57068
commit 678ec806fd
9 changed files with 186 additions and 0 deletions

16
pages.nl/sunos/svccfg.md Normal file
View File

@@ -0,0 +1,16 @@
# 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}}`