From owner-freebsd-questions Tue Apr 20 13:30:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 7F68B15B96 for ; Tue, 20 Apr 1999 13:30:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA14306; Tue, 20 Apr 1999 13:27:35 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 20 Apr 1999 13:27:34 -0700 (PDT) From: Doug White To: Peter Brezny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: watch mailq In-Reply-To: <000001be8933$0c2a78c0$c802040a@latitude.cyber1.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 17 Apr 1999, Peter Brezny wrote: > is there a way to get free bsd to display the mail q information similar to > a linux box? > > when i type watch mailq on my freebsd 2.2.8 machine, it says. > > > watch: fatal: cannot open snoop device > > thanks for the help. FreeBSD does not have a 'watch' command like Linux. Use a short shell script. while (1) do $* sleep 2 done Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message