嘿嘿!
全部博文(140)
分类: BSD
2012-04-25 18:22:42
Execute stty -a
and among other things you should see:
susp=^z
In the login process (.profile or /etc/profile), install this:
stty susp ""
and that should release control-z. Obviously, if you have a user that requires job control, you can't do this or pick something other than control-z.
Regards,
Nails