Ao usar este site, você concorda com o política de Privacidade.
Aceitar
Entrar em TIEntrar em TIEntrar em TI
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • Configmgr/sccm
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • Msi
    • Escritório 365
    • Insider Office
    • Power bi
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Leitura: How to Check Timezone in Linux
Redimensionador de fontesAh
Entrar em TIEntrar em TI
Redimensionador de fontesAh
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
  • WINDOWS
  • Lista de coleta de consultas SCCM
Procurar
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • Configmgr/sccm
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • Msi
    • Escritório 365
    • Insider Office
    • Power bi
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Linux

How to Check Timezone in Linux

Publicado: Fevereiro 4, 2024
2 Leitura mínima
COMPARTILHAR

How to Check Timezone in Linux. Maintaining proper time management is crucial for any system, especially a Linux server. This article delves into the various ways to check your system’s time zone, catering specifically to novice users.

Several utilities exist in Linux to handle time, incluindo date e timedatectl. These tools not only display the current time zone but also facilitate synchronization with remote NTP servers for automatic, accurate timekeeping.

Let’s embark on a journey through the different methods of discovering your system’s time zone:

1. The Traditional Route: O date Comando:

To reveal the current time zone using the classic date comando, basta digitar:

date

Alternatively, you can leverage specific format specifiers to customize the output:

  • %Z displays the alphabetic time zone.
  • %z displays the numeric time zone.

Por exemplo:

date +"%Z %z"

Utilize the man command to explore various format options available:

man date

2. Unveiling the Time Zone with timedatectl:

Executing timedatectl without any arguments provides an overview of the system, including the time zone:

timedatectl

For a more focused approach, combine timedatectl com o grep command to filter the output:

timedatectl | grep "Time zone"

3. Exploring the Time Zone File:

Users of Debian-based distributions can view the contents of the /etc/timezone file using the cat utility:

cat /etc/timezone

4. Symbolic Links and Time Zone Management:

For users of Red Hat Enterprise Linux (RHEL)/CENTOS 7 and Fedora versions 25-22, o /etc/localtime file serves as a symbolic link to the actual time zone file located within the /usr/share/zoneinfo diretório.

5. Setting the Time Zone:

You can modify the time zone by creating a symbolic link from /etc/localtime to the desired zone file within /usr/share/zoneinfo.

Here’s the syntax:

sudo ln -sf /usr/share/zoneinfo/zoneinfo /etc/localtime
  • -s: Creates a symbolic link.
  • -f: Removes any existing destination file.

For instance, to switch to the Africa/Nairobi time zone:

sudo ln -sf /usr/share/zoneinfo/Africa/Nairobi /etc/localtime
MARCADO:AlmaruxCENTOSLinuxUbuntu
Próximo artigo Lista de coleta de consultas do Configuration Manager System Center Configuration Manager Technical Preview Update 1611
Deixe um comentário Deixe um comentário

Deixe uma resposta Cancelar resposta

Seu endereço de e-mail não será publicado. Os campos obrigatórios estão marcados *

Este site usa Akismet para reduzir spam. Saiba como os dados dos seus comentários são processados.

Tradução

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
por Transposh - translation plugin for wordpress

Postagens populares

Requisitos do sistema para Windows Server 2016
Servidor Windows
Lista de coleta de consultas do Configuration Manager
Lista de coleta de consultas do Configuration Manager
Configmgr
Navegação estruturada/gerenciada habilitada em páginas modernas em sites de equipe clássicos
Tecnologia
SCCM Falha ao obter locais de DP como a versão esperada do MP
Configmgr

Postagens recentes

Instalando e configurando Fail2ban para proteção SSH no Ubuntu 24.04
Linux
Habilitando e configurando FirewallD no AlmaLinux
Linux
Criação de usuário e configuração de chave SSH no AlmaLinux
Linux
Como redefinir a senha no AlmaLinux
Linux

© 2023 Entrar em TI

Vá para a versão móvel
Bem vindo de volta!

Faça login na sua conta

Nome de usuário ou endereço de e-mail
Senha

Perdeu sua senha?