From owner-freebsd-questions@FreeBSD.ORG Thu Feb 17 14:43:00 2005 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 9758716A4CE for ; Thu, 17 Feb 2005 14:43:00 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B4343D1F for ; Thu, 17 Feb 2005 14:42:57 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id j1HElTo4053183; Thu, 17 Feb 2005 15:47:33 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id j1HElTIR053182; Thu, 17 Feb 2005 15:47:29 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Thu, 17 Feb 2005 15:47:29 +0100 From: Ruben de Groot To: monchis Message-ID: <20050217144729.GA53145@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , monchis , freebsd-questions@freebsd.org References: <000601c514b7$038166f0$9359fea9@yourd137mzmhow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c514b7$038166f0$9359fea9@yourd137mzmhow> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-1.7 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS,J_CHICKENPOX_33 autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: talk command help 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: Thu, 17 Feb 2005 14:43:00 -0000 On Wed, Feb 16, 2005 at 10:07:43PM -0800, monchis typed: > I Am new to unix so I am learning how to use it, but i want to know how to talk to someone. I already used the man pages but i just don't get it. can you show me an example of how to talk to someone hat is logged in. thanks You'll have to enable the talk daemon in /etc/inetd.conf like so: $ grep ntalk /etc/inetd.conf # ntalk is required for the 'talk' utility to work correctly ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd $ Ruben