answersLogoWhite

0

Most systems obtain their time and date by reading from the Real Time Clock (RTC) at bootup, and then auto-incrementing the system clock after that. To change the system clock in a Unix or Linux system, issue a command like:

date -s "1 JAN 1970 00:00:00"

where the date is January 1, 1970, at 12:00 midnight.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is command line interface function table?

The command line interface (CLI) is more basic. It has no icons or pictures and often is so simple that even a mouse will not work is relies on the keyboard. CLI a user interface in which we have to type commands instead of choosing them from a menu or selecting icon. CLI we have to type words in command explain mem, cd net* and time this is code for CLI to find information. The command line interface (CLI) is more basic. It has no icons or pictures and often is so simple that even a mouse will not work is relies on the keyboard. CLI a user interface in which we have to type commands instead of choosing them from a menu or selecting icon. CLI we have to type words in command explain mem, cd net* and time this is code for CLI to find information.


How do you change hostname in WSM passport 8600 nortel switch?

config cli prompt "NAME"


What does CLI represented in Roman numerals?

CLI = 151


What are the advantages of the GUI over a CLI?

Not much similarity, however from GUI you can do anything which can be done by CLI.. This is not possible with CLI to do as GUI..


Is cli a scrabble word?

No. Cli is not a legal English Scrabble word.


What is a CLI Route?

CLI route means that it offers caller ID


What is cli route?

CLI route means that it offers caller ID


What are the syllables of climate?

cli-mat-ic. 3 syllables.


What is CLI?

CLI is a type of computer interface that allows users to issue commands to a computer by typing using a keyboard. CLI means command line interface.


What is cli in computer networking?

CLI stands for Command line interface. It is where we configure our routers or switches.


What is word stress for climate?

The stronger stress is on the first syllable: CLI -mate. (This rhymes with the phrase "Time it.")


Where do you get php cli?

If the operating system is linux open a terminal or ssh to the server and type: (as root) which php-cli or which php5-cli if nothing is ouputted it can't find it, then check if you've got it installed. Debian based distro's: apt-get install php5-cli hope this helps.