From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 06:29:24 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F9E37B401 for ; Fri, 4 Apr 2003 06:29:24 -0800 (PST) Received: from galilee.polands.org (CPE-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D0043FA3 for ; Fri, 4 Apr 2003 06:29:23 -0800 (PST) (envelope-from djp@polands.org) Received: from babylon.polands.org (babylon.polands.org [172.16.1.16]) by galilee.polands.org (8.12.6/8.12.6) with ESMTP id h34ET5q6007465 for ; Fri, 4 Apr 2003 08:29:05 -0600 (CST) (envelope-from djp@galilee.polands.org) Received: from babylon.polands.org (localhost.polands.org [127.0.0.1]) by babylon.polands.org (8.12.6/8.12.6) with ESMTP id h34ETLsN001492 for ; Fri, 4 Apr 2003 08:29:21 -0600 (CST) (envelope-from djp@babylon.polands.org) Received: (from djp@localhost) by babylon.polands.org (8.12.6/8.12.6/Submit) id h34ETKM2001491 for questions@freebsd.org; Fri, 4 Apr 2003 08:29:20 -0600 (CST) Date: Fri, 4 Apr 2003 08:29:19 -0600 From: Doug Poland To: questions@freebsd.org Message-ID: <20030404142919.GA1472@babylon.polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Subject: How to write to console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 14:29:24 -0000 Hello, I'd like to write to the "default" console of a -STABLE box. In this case, no one is logged in on that console/terminal. The commands write, talk, and wall mention writing to a terminal of a logged in user. Ideally, I'd like to clear the screen and display an 80x25 message. Does anyone know how I can accomplish this? -- Regards, Doug