Date: Fri, 2 May 2025 22:56:43 +0300 From: Valery Ushakov <u...@stderr.spb.ru> Message-ID: <abuje71y-2s2c...@snips.stderr.spb.ru>
| "trap -- - HUP" means the disposition for HUP is SIG_DFL, No it doesn't, it means there's no trap set for SIGHUP. You get the same for a whole bunch of other signals that the shell manipulates for its own internal purposes, even when the signal handler for them is not SIG_DFL. kre