From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.hurontel.on.ca ([216.46.129.11]) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 15tw2q-0006B4-00 for ; Wed, 17 Oct 2001 15:08:00 -0400 Received: from mail.hurontel.on.ca (localhost [127.0.0.1]) by mail.hurontel.on.ca (8.11.3/8.10.1) with ESMTP id f9HJ8LB19082 for ; Wed, 17 Oct 2001 15:08:21 -0400 (EDT) Received: from [10.237.1.216] (yesware.huron-perth.net [216.46.140.73]) by mail.hurontel.on.ca (8.11.3/8.11.3) with ESMTP id f9HJ8Ej19030 for ; Wed, 17 Oct 2001 15:08:18 -0400 (EDT) Date: Wed, 17 Oct 2001 15:08:14 -0400 (EDT) From: Barry Pollock X-X-Sender: barryp@box To: speakup@braille.uwo.ca Subject: system clock Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: You can also use rdate to get the time set In debian you must use: apt-get install rdate rdate is placed in /usr/sbin in redhat rdate is part of the system in /usr/bin #!/bin/sh /usr/sbin/rdate -s time1.unet.brandeis.edu /bin/date The call to date confirms the current time. Barry