From owner-freebsd-questions Thu Mar 7 21:05:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA10800 for questions-outgoing; Thu, 7 Mar 1996 21:05:03 -0800 (PST) Received: from comnet.spu.ac.th (comnet.spu.ac.th [202.44.68.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA10775 for ; Thu, 7 Mar 1996 21:04:43 -0800 (PST) Received: by comnet.spu.ac.th (8.6.9/A/UX-3.00) id MAA16790; Fri, 8 Mar 1996 12:03:59 -0800 Date: Fri, 8 Mar 1996 12:03:54 -0800 (PST) From: amnuay muthitacharoen To: questions@freebsd.org Subject: stty extproc Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk I telneted to a FreeBSD server from a NCSA vt100 PC emulator. When I issued the following command :- B info: {28} stty The response was : - speed 9600 baud; lflags: echoe echoke echoctl oflags: -oxtabs cflags: cs8 -parenb I need to add "extproc" to the "lflags" , what can I do ? So that when I issued the "stty" command, I would get stty speed 9600 baud; lflags: echoe echoke echoctl extproc oflags: -oxtabs cflags: cs8 -parenb Thanks, amnuay