Typo
[linux_from_scratch_hints.git] / OLD / time-w9x.txt
blob63d3db424df333ca10cd391bbc824b4b6d452202
1 TITLE:          Network time syncing
2 LFS VERSION:    any
3 AUTHOR:         mabell@tanet.net
5 SYNOPSIS:
6         This hint tells you how to synchronize the time across a network.
8 HINT:
9 > On a different note, do you know anything about syncing time across the
10 > network with Win9X machines??
13 setup samba on the linux box..
14 run "net time \\linuxserver /set /yes" (i'm pretty sure that is the right
15 syntax)
16 perhaps from the netlogon script or just in a batch file to be ran on
17 bootup, on the win9x machines, this will also work for the winNT
18 machines, the net command might be a little different.. and in winNT
19 not everyone can set the system time by default, so if it is ran at logon
20 you might need to give the user the access to change the system time..
21 ... and this way you dont have to install any more software that could
22 crap your M$ boxes....