linux/n*: add Korean translation (#14710)

This commit is contained in:
코드싸이
2024-11-09 13:26:04 +09:00
committed by GitHub
parent 7544b309ad
commit 50ba22c4b1
49 changed files with 1120 additions and 0 deletions

24
pages.ko/linux/ntpq.md Normal file
View File

@@ -0,0 +1,24 @@
# ntpq
> 네트워크 타임 프로토콜(NTP) 데몬 질의 도구.
> 더 많은 정보: <https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html>.
- 대화형 모드로 `ntpq` 시작:
`ntpq --interactive`
- NTP 피어 목록 출력:
`ntpq --peers`
- IP 주소에서 호스트명을 해석하지 않고 NTP 피어 목록 출력:
`ntpq --numeric --peers`
- 디버깅 모드로 `ntpq` 사용:
`ntpq --debug-level`
- NTP 시스템 변수 값 출력:
`ntpq --command={{rv}}`