Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 1997 03:24:14 +0200
From:      Kent Boortz <kent@erlang.ericsson.se>
To:        darin@media-net.net
Cc:        kent@erlang.ericsson.se
Subject:   Re: how do I set the time?
Message-ID:  <199707100124.DAA03060@townsend.ericsson.se>
In-Reply-To: Your message of "Wed, 09 Jul 1997 16:52:29 -0500"
References:  <33C4081D.FB945C5E@media-net.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Run "date" with an argument as root. See "man date". A small extract

     The command:

           date 8506131627

     sets the date to ``June 13, 1985, 4:27 PM''.

     The command:

           date 1432

     sets the time to 2:32 PM, without modifying the date.

If you have a portable that you sometimes connect in a network and
want to set the time to match theirs you can connect to a "time
server". I use

  % ntpdate erlang

because "erlang" runs "xntd".

/kgb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707100124.DAA03060>