‘date’ command in linux

By mk

The command to change the date and time looks like this:

$ date --set="2004-4-07 9:50 AM"

Of course, you would substitute the correct date and time in the quoted string.

Leave a Reply