Linux timeconfig Command
-- Learning is not just about technology, it's about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
Linux Tutorial
Linux TutorialLinux IntroductionLinux InstallationLinux Cloud ServerInstall Linux via WSLLinux System Boot ProcessLinux System Directory StructureLinux Forgot Password SolutionLinux Remote LoginLinux File Basic AttributesLinux File and Directory ManagementLinux User and User Group ManagementLinux Disk ManagementLinux vi/vimlinux yum commandLinux apt command
Shell Tutorial
Shell TutorialShell VariablesShell Passing ArgumentsShell ArraysShell OperatorsShell echo commandShell printf commandShell test commandShell Flow ControlShell FunctionsShell Input/Output RedirectionsShell File Inclusion
Linux Reference Manual
Linux Command ManualNginx Installation and ConfigurationMySQL Installation and ConfigurationLinux Quiz
Nginx Installation and Configuration
In-Depth Exploration
- Programming
- Programming Languages
- Software
- Computer Science
- Scripting
- Web Design and Development
- Web Service
- Development Tools
- Network Services
- Scripting Languages
Linux timeconfig Command
The Linux timeconfig command is used to set the timezone.
This is a program developed by Red Hat following the GPL rules. It has an interactive interface, allowing you to easily set the timezone of the system time using arrow keys and the spacebar, etc.
Syntax
timeconfig
Parameters:
--arcUses Alpha hardware architecture format to store the system time.--backShows a Back button instead of a Cancel button in the interactive interface.--testOnly performs a test and does not actually change the system timezone.--utcTreats the time on the hardware clock as CUT, sometimes also called UTC or UCT.
Example
# timeconfig //Set Time Zone
YouTip