diff --git a/pages/linux/htpdate.md b/pages/linux/htpdate.md new file mode 100644 index 0000000000..c7b3b72783 --- /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}}`