add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,16 @@
# svccfg
> 导入、导出和修改服务配置。
> 更多信息:<https://www.unix.com/man-page/linux/1m/svccfg>。
- 验证配置文件:
`svccfg validate {{path/to/smf_file.xml}}`
- 导出服务配置到文件:
`svccfg export {{servicename}} > {{path/to/smf_file.xml}}`
- 从文件导入/更新服务配置:
`svccfg import {{path/to/smf_file.xml}}`