English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux timeconfig command

Linux Command大全

The Linux timeconfig command is used to set the time zone.

This is a program developed by Red Hat Company in accordance with the GPL rules, which has an interactive operation interface. You can easily use the arrow keys and space bar, etc., to set the time zone of the system time.

Syntax

timeconfig [--arc][--back][--test][--utc][Time Zone Name]

Parameters:

  • --arc  Store the system time in a format using the Alpha hardware architecture.
  • --back  Displays the Back button instead of the Cancel button in the interactive interface.
  • --test  Only for testing purposes, does not really change the system's time zone.
  • --utc  Treat the hardware clock time as CUT, sometimes also called UTC or UCT.

Online Examples

# timeconfig //Set Time Zone

Linux Command大全