Gentoo Archives: gentoo-user

From: Christer Ekholm <che@××××××.se>
To: gentoo-user@l.g.o
Cc: Alan McKinnon <alan.mckinnon@×××××.com>
Subject: [gentoo-user] Re: Disabling job control in bash
Date: Mon, 10 Nov 2008 00:40:12
Message-Id: 868wrs2z3g.fsf@poke.chrekh.se
In Reply to: [gentoo-user] Disabling job control in bash by Alan McKinnon
1 Alan McKinnon <alan.mckinnon@×××××.com> writes:
2
3 > Hi all,
4 >
5 > I need to disable job control on a machine with 650+ users because way
6 > too many of them believe that Ctrl-Z is how you kill processes. So, I
7 > want Ctrl-Z to basically do nothing. I've found a great solution:
8 >
9 > set +m
10
11 One other way could perhaps be to tell the terminal not to send suspend
12 on Ctrl-Z keypress
13
14 stty susp undef
15
16 --
17 Christer

Replies

Subject Author
Re: [gentoo-user] Re: Disabling job control in bash Alan McKinnon <alan.mckinnon@×××××.com>