freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)

* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# svccfg
> 서비스 구성을 가져오고, 내보내고, 수정합니다.
> 더 많은 정보: <https://www.unix.com/man-page/linux/1m/svccfg>.
- 구성 파일 유효성 검사:
`svccfg validate {{경로/대상/smf_파일.xml}}`
- 서비스 구성을 파일로 내보내기:
`svccfg export {{서비스명}} > {{경로/대상/smf_파일.xml}}`
- 파일에서 서비스 구성 가져오거나 업데이트:
`svccfg import {{경로/대상/smf_파일.xml}}`