Alan McKinnon <[EMAIL PROTECTED]> writes: > Hi all, > > I need to disable job control on a machine with 650+ users because way > too many of them believe that Ctrl-Z is how you kill processes. So, I > want Ctrl-Z to basically do nothing. I've found a great solution: > > set +m
One other way could perhaps be to tell the terminal not to send suspend on Ctrl-Z keypress stty susp undef -- Christer