Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.78 KB

Idő beállítása - Original link.md

File metadata and controls

40 lines (28 loc) · 1.78 KB
tags title created modified
RHCSA 8 Practice Exam - I
Idő beállítása - Original link
2022-11-13T08:26:33.207Z
2022-11-13T20:48:29.834Z

Idő beállítása - Original link

  • Az aktuális dátum és idő, valamint a rendszer és a hardver órájának konfigurációjával kapcsolatos részletes információk megjelenítéséhez a timedatectl parancsot futassuk:

    [root@server1 ~]# timedatectl
                 Local time: Sun 2022-11-13 17:28:16 CET
             Universal time: Sun 2022-11-13 16:28:16 UTC
                   RTC time: Sun 2022-11-13 12:37:59
                  Time zone: Europe/Budapest (CET, +0100)
    System clock synchronized: yes
                NTP service: active
            RTC in local TZ: yes
    
    Warning: The system is configured to read the RTC time in the local time zone.
           This mode cannot be fully supported. It will create various problems
           with time zone changes and daylight saving time adjustments. The RTC
           time is never updated, it relies on external facilities to maintain it.
           If at all possible, use RTC in UTC by calling
           'timedatectl set-local-rtc 0'.
    

Aktuális időzóna módosítása

  • Összes elérhető időzóna listázását a timedatectl list-timezones parancssal tudjuk megteni

  • A jelenleg használt időzóna módosítását a timedatectl set-timezone [time_zone] parancssal tudjuk megteni

NTP beálítása

  • A rendszer automatikus szinkronizációjának engedélyezése a távoli szerverrel: timedatectl set-ntp yes
  • Amennyiben a parancs sikertelenül lesz, ha a crony/ntp nincs telepítve