RHEL: Getting/Setting hardware clock’s time

RHEL: Getting/Setting hardware clock's time

# Tested on RHEL 6 & 7

# Just an extract from 'hwclock' man page

   hwclock -r or hwclock --show
   hwclock -w or hwclock --systohc
   hwclock -s or hwclock --hctosys
   hwclock --set --date=newdate


   --show Read  the Hardware Clock and print the time on Standard Output.  The time shown is always in local time, even if you keep your
      Hardware Clock in Coordinated Universal Time.  See the --utc option.

   --set  Set the Hardware Clock to the time given by the --date option.

   --hctosys
      Set the System Time from the Hardware Clock.

      Also set the kernel's timezone value to the local timezone as indicated by the TZ environment variable and/or /usr/share/zone-
      info, as tzset(3) would interpret them.  The obsolete tz_dsttime field of the kernel's timezone value is set to DST_NONE. (For
      details on what this field used to mean, see settimeofday(2).)

      This is a good option to use in one of the system startup scripts.

   --systohc
      Set the Hardware Clock to the current System Time.
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Open SSL HowTo: Decode SSL Certificate
Viewed 6231 times since Mon, Feb 18, 2019
Linux Add a Swap File – HowTo
Viewed 10282 times since Fri, Jun 8, 2018
How to sort IP addresses in Linux
Viewed 3827 times since Sun, May 20, 2018
Using grep to find string in files
Viewed 2389 times since Fri, May 15, 2020
CentOS / RHEL 7 : Configuring an NFS server and NFS client Linux NFS
Viewed 16659 times since Fri, Feb 21, 2020
10 Linux nslookup Command Examples for DNS Lookup
Viewed 10369 times since Sun, Sep 30, 2018
Easily Monitor CPU Utilization in Linux Terminal With Stress Terminal UI
Viewed 4248 times since Thu, Apr 18, 2019
stunnel Howto A Guide to create SSL access to a HTTP-only webserver with stunnel
Viewed 2836 times since Fri, Sep 28, 2018
Linux - How to get IP and MAC address of ethernet adapter in Linux
Viewed 2855 times since Fri, Jun 8, 2018
Script to Offline and Remove A Disk In Linux
Viewed 2078 times since Mon, Jan 28, 2019