From owner-freebsd-questions Wed Nov 8 23:55:03 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA25452 for questions-outgoing; Wed, 8 Nov 1995 23:55:03 -0800 Received: from mramirez.sy.yale.edu (mramirez.sy.yale.edu [130.132.57.207]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA25444 for ; Wed, 8 Nov 1995 23:54:58 -0800 Received: (from mrami@localhost) by mramirez.sy.yale.edu (8.6.12/8.6.9) id CAA21077; Thu, 9 Nov 1995 02:55:41 -0500 Date: Thu, 9 Nov 1995 02:55:41 -0500 (EST) From: Marc Ramirez Reply-To: mrami@minerva.cis.yale.edu To: "Justin T. Gibbs" cc: john@starfire.mn.org, FreeBSD questions Subject: Re: disabling job control keys In-Reply-To: <199511090456.UAA01177@aslan.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On Wed, 8 Nov 1995, Justin T. Gibbs wrote: > >I have a number of non-sophisticated users who only end up being > >confused if they issue SUSP or anything like that. Is there a way > >to entirely disable those features of the tty and ptty drivers? > > > > John Lind, Starfire Consulting Services > >E-mail: john@starfire.MN.ORG USnail: PO Box 17247, Mpls MN 55417 > > >From the stty man page, this looks like what you want: > > isig (-isig) > Enable (disable) the checking of characters against the > special control characters INTR, QUIT, and SUSP. Mightn't $ stty susp undef do the trick better? I would think twice about getting rid of INTR. Marc.