RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Setting the hardware clock under Linux

There are two time-keeping clock's on your computer. One is hardware clock to set you bios and another is system clock. System clock is set on linux system during the boot time by copying a hardware clock time with hwclock command. To change the hardware clock we use hwclock command:

# hwclock --set --date="5/1/10 15:48:07"

The command above will change hardware clock to 15:48:07 1st May 2010. In case you need to change hardware clock to you current system clock execute a command below:

# hwclock --systohc

It also works the other way around. To set system clock from hardware clock use:

# hwclock --hctosys

Share this linux post:

Submit Setting the hardware clock under Linux in Delicious Submit Setting the hardware clock under Linux in Digg Submit Setting the hardware clock under Linux in FaceBook Submit Setting the hardware clock under Linux in Google Bookmarks Submit Setting the hardware clock under Linux in Stumbleupon Submit Setting the hardware clock under Linux in Technorati Submit Setting the hardware clock under Linux in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download