1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/sunos/svcs.md
코드싸이 67f1a6914b
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
2024-06-23 21:09:13 +09:00

24 lines
444 B
Markdown

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