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

24
pages.ko/sunos/svcs.md Normal file
View File

@@ -0,0 +1,24 @@
# svcs
> 실행 중인 서비스에 대한 정보를 나열합니다.
> 더 많은 정보: <https://www.unix.com/man-page/linux/1/svcs>.
- 모든 실행 중인 서비스를 나열:
`svcs`
- 실행되고 있지 않은 서비스를 나열:
`svcs -vx`
- 서비스에 대한 정보를 나열:
`svcs apache`
- 서비스 로그 파일의 위치 표시:
`svcs -L apache`
- 서비스 로그 파일의 끝을 표시:
`tail $(svcs -L apache)`