From b727765b15864c6c922f9af6e0fb7427344cfc11 Mon Sep 17 00:00:00 2001 From: Antonio Bustos Date: Sat, 10 Oct 2020 04:36:17 +0200 Subject: [PATCH] htpdate: add page (#4479) --- pages/linux/htpdate.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/htpdate.md diff --git a/pages/linux/htpdate.md b/pages/linux/htpdate.md new file mode 100644 index 000000000..c7b3b7278 --- /dev/null +++ b/pages/linux/htpdate.md @@ -0,0 +1,20 @@ +# htpdate + +> Synchronize local date and time via HTTP headers from web servers. +> More information: . + +- Synchronize date and time: + +`sudo htpdate {{host}}` + +- Perform simulation of syncronization, without any action: + +`htpdate -q {{host}}` + +- Compensate the systematisch clock drift: + +`sudo htpdate -x {{host}}` + +- Set time immediate after the syncronization: + +`sudo htpdate -s {{host}}`