busybox stty:标准输入:无法执行所有请求的操作?

busybox stty:标准输入:无法执行所有请求的操作?

当我指定时stty isig,出现以下错误。我找到了一个类似的问题但没有解决它。我搜索了很多信息,但我不确定发生了什么。我不知道,有人可以帮助我吗?我正在使用 Busybox 自己的stty.

# tty
/dev/tty1

# stty isig
stty: standard input: cannot perform all requested operations.

# stty -a
speed 38400 baud; rows 37; columns 100; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -ixon -ixoff
-iuclc -ixany -imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
-isig -icanon -iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke -flusho -extproc

相关内容