On Mon, Dec 18, 2023 at 01:13:34PM +0100, Tomáš Mudruňka wrote: > > Bah, what's wrong with: > > echo e > /proc/sysrq-trigger > > sleep 2 > > echo i > /proc/sysrq-trigger > > ? > > Your bash, or even ssh session being killed during the first line, not > getting to the two subsequent lines. What will kill it? I feel like you are adding features to the kernel that can be done in userspace, which is generally not a good idea. thanks, greg k-h