Hide Forgot
Description of problem: on ksh-20120801-9.el6: ksh -m test.ksh -> xterms survive the script ksh test.ksh -> xterms die with the script However, the man page says contrary: "The INT and QUIT signals for an invoked command are ignored if the command is followed by & and the monitor option is not active." This seems to be documentation bug as: 1) the ksh monitor mode behavior has been discussed with David Korn 2) bash man page says: "...keyboard-generated signals such as SIGINT... Background processes are those whose process group ID differs from the terminal’s; such processes are immune to keyboard-generated signals." which is the same as the fixed ksh do. Version-Release number of selected component (if applicable): ksh-20120801-9.el6
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1381.html