From e3625ceaa3ebbe2a14eeade1cdcabc5f0d8472c8 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 26 Apr 2023 01:55:29 +0200 Subject: [PATCH] ntp: corrected --- wiki/linux/ntp.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wiki/linux/ntp.md b/wiki/linux/ntp.md index 3479fea..30c6d23 100644 --- a/wiki/linux/ntp.md +++ b/wiki/linux/ntp.md @@ -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 ```