From owner-freebsd-questions Mon Jan 19 04:24:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21515 for questions-outgoing; Mon, 19 Jan 1998 04:24:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21511 for ; Mon, 19 Jan 1998 04:24:51 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-38.cetlink.net [209.54.58.38]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id HAA02927 for ; Mon, 19 Jan 1998 07:24:51 -0500 (EST) From: jak@cetlink.net (John Kelly) To: questions@FreeBSD.ORG Subject: What's a pseudo terminal? Date: Mon, 19 Jan 1998 13:25:34 GMT Message-ID: <34c353b6.473453@mail.cetlink.net> References: In-Reply-To: X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA21512 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998 20:39:35 -0800 (PST), Doug White wrote: >./MAKEDEV pty1 >./MAKEDEV pty2 >... >./MAKEDEV pty7 > >Nonintuitve but suddenly you have 255 pty's :-) ./MAKEDEV says pty* is a set of 32 master and slave pseudo terminals. What is the use and/or purpose of a pseudo terminal? John