1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

ntp: corrected

This commit is contained in:
tiyn 2023-04-26 01:55:29 +02:00
parent 556a2c6d21
commit e3625ceaa3

View File

@ -22,5 +22,12 @@ Note that the server has to be changed for different time zones.
In this case a german time server is used.
```sh
ntpdate -q 0.de.pool.ntp.org
ntpdate ptbtime1.ptb.de
```
Alternatively the time can be displayed only - without changing the systems
time - by using the `-q` flag.
```sh
ntpdate -q ptbtime1.ptb.de
```