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
tcpdump
Viewed 9163 times since Fri, Jul 27, 2018
Fake A Hollywood Hacker Screen in Linux Terminal linux FUN
Viewed 6265 times since Thu, Apr 18, 2019
8 Vim Tips And Tricks That Will Make You A Pro User
Viewed 3012 times since Fri, Apr 19, 2019
18 Quick ‘lsof’ command examples for Linux Geeks
Viewed 11718 times since Sun, Jun 30, 2019
stunnel Securing telnet connections with stunnel
Viewed 1576 times since Sun, Dec 6, 2020
How To Ping Specific Port Number
Viewed 4361 times since Mon, Jun 1, 2020
ZFS: Create a new zfs filesystem
Viewed 2664 times since Sun, Jun 3, 2018
Linux Proxy Server Settings – Set Proxy For Command Line
Viewed 3683 times since Mon, Feb 18, 2019
Kernel sysctl configuration file for Linux
Viewed 5352 times since Fri, Aug 3, 2018
How to use yum-cron to automatically update RHEL/CentOS Linux
Viewed 2732 times since Wed, Oct 17, 2018