linux/n*: add Korean translation (#14710)
This commit is contained in:
24
pages.ko/linux/ntpq.md
Normal file
24
pages.ko/linux/ntpq.md
Normal 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}}`
|
Reference in New Issue
Block a user