How To Set Date, Time and Timezone FreeBSD

Here is the simple and fastest How To Set Date, Time and Timezone in FreeBSD.

Login into your FreeBSD box with root access.
$

Set Date, Time
$date yymmddhhss

* yy : Year in two digit
* mm : Month (1-12)
* dd : Day (1-31)
* hh : Hours (0..23)
* ss : Seconds

For example following command set date to 10-Sept-2006, 4:27 PM (remember you must be a root user to set date and time)
$date 06091021627

Next, Setup a Timezone Info

0 comments: