Date management in FreeBSD

  • Le fichier choisi /tmp/filePDQAnY n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_cc0c565fab7c73372ab6779aed4c44fd.js n'est pas correctement configuré.
  • Le fichier choisi /tmp/filelaXDrl n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_cc0c565fab7c73372ab6779aed4c44fd.js n'est pas correctement configuré.
Setting the date in FreeBSD
Set the date with the date command followed by the actual date.
Date format: YYMMDDHHMM
Then test it with the date command.
  1. [root@www /]# date 0612161021
  2. [root@www /]# date
  3. Sat Dec 16 10:21:24 EST 2006
Syncronizing with a public server Just add this to the /etc/rc.conf file.
  1. ntpdate_enable="YES"
  2. ntpdate_program="ntpdate"
  3. ntpdate_flags="-b exampletimeserver.org"