Skip to main content
4 of 7
Rollback to Revision 2
muru
  • 78.3k
  • 16
  • 214
  • 320

linux shell ctrl-C doesn't work (using busybox)

I'm working on an arm64 system and I have ported linux 5.15.68 using u-boot-spl , busybox. In the past, I could use Ctrl-C in the linux shell by entering

$setsid cttyhack sh 

But somehow it doesnt'work now. There have been some changes but I don't know what has made this change.

Chan Kim
  • 459
  • 1
  • 13
  • 28