From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 08:33:46 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 805EE37B401 for ; Fri, 4 Apr 2003 08:33:46 -0800 (PST) Received: from mail.pho88.net (H204.C233.tor.velocet.net [216.138.233.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 888A243FD7 for ; Fri, 4 Apr 2003 08:33:43 -0800 (PST) (envelope-from jeff@pho88.net) Received: by mail.pho88.net (Postfix, from userid 1001) id 8F185191; Fri, 4 Apr 2003 11:33:46 -0500 (EST) Date: Fri, 4 Apr 2003 11:33:46 -0500 From: Jeff Shevlen To: Matthew Smith Message-ID: <20030404163346.GA87671@pho88.net> References: <20030404142919.GA1472@babylon.polands.org> <1049466814.717.0.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1049466814.717.0.camel@localhost> User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: 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 16:33:46 -0000 Hi all, I hate to add a variation on a thread before it's been solved, but is it possible to "jump into" a console from an outside process? Lets say you have a remote machine and you want to check in on a process underway in ttyv0? Can you do it? (Not urgent, but a coworker and I were trying to figure this one out yesterday and this thread is too similar not to ask...) Jeff On Fri, Apr 04, 2003 at 09:33:36AM -0500, Matthew Smith wrote: > Try redirecting to /dev/ttyv0, as in: > echo "My Message" > /dev/ttyv0 > > -Matt > > On Fri, 2003-04-04 at 09:29, Doug Poland wrote: > > 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? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"