From 6e422e64b6dec35a72bb0d742db1e65f68509101 Mon Sep 17 00:00:00 2001 From: cjbzl Date: Fri, 8 Nov 2024 02:15:59 +0000 Subject: [PATCH] update docs/en/docs/Administration/basic-configuration.md [I9FUYN] Signed-off-by: cjbzl --- docs/en/docs/Administration/basic-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/Administration/basic-configuration.md b/docs/en/docs/Administration/basic-configuration.md index c2a061b81..590a4c021 100644 --- a/docs/en/docs/Administration/basic-configuration.md +++ b/docs/en/docs/Administration/basic-configuration.md @@ -207,13 +207,13 @@ timedatectl set-time '2019-08-14' > Before changing the time, ensure that automatic NTP system clock synchronization has been disabled. Run the following command to check whether the NTP service is running: ```shell -systemctl status ntp +systemctl status ntpd ``` Run the following command to disable the NTP service: ```shell -systemctl disable ntp +systemctl disable ntpd ``` To change the current time, run the following command as the **root** user. In the command, _HH_ indicates the hour, _MM_ indicates the minute, and _SS_ indicates the second. Change them as required. -- Gitee