sunos/*: add Dutch translation (#8743)
This commit is contained in:
16
pages.nl/sunos/svccfg.md
Normal file
16
pages.nl/sunos/svccfg.md
Normal 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}}`
|
Reference in New Issue
Block a user