Saturday, April 26, 2014

date


date command examples

Set the system date:

$ date -s "01/31/2010 23:59:53"


Once you’ve changed the system date, you should syncronize the hardware clock with the system date as shown below.

$ hwclock –systohc
$ hwclock --systohc –utc



Related Posts:

  • User Management in Linux This article will try to cover basics of Linux user management through command line tools. Linux provides 5 different alternatives to choose the accessibility. They are as listed below. Super User or … Read More
  • Group Management in Linux Group Management :   A user can be participated to more than one group at the same time. A user who is member of a group can change to that group without password but a user NOT member can … Read More
  • Linux Booting Process - 6 Steps Linux Booting Process - 6 Steps 1. BIOS §  BIOS stands for Basic Input/Output System §  Performs some system integrity checks (POST-Power On Self Test) §  Searches, loads, and executes … Read More
  • Common Myths Busted - For Anti-Linux Users (Must Read) Introduction When it comes to operating systems people have always hailed Windows and Mac OS X as the two front-runners of the OS battle. However, due to recent efforts of the ever-growing Linux community, this scenario h… Read More
  • Introduction & Basic Concepts of Linux What is Linux ? Linux open source operating system, or Linux OS, developed by Linus Torvalds is a freely distributable, cross platform operating system based  on UNIX that can be installed on PCs, la… Read More

0 comments:

Post a Comment