Saya ingin dapat mengirim sinyal SIGTERM dengan pintasan baris perintah, seperti saya dapat mengirim SIGINT dengan Ctrl + C .
Saya sudah baca sebelumnya ctrl + d , tapi itu tidak berfungsi di sini, tidak ada yang terjadi.
Saya juga membaca SO ini SIGTERM dengan pintasan keyboard .
$ stty -a
speed 38400 baud; rows 43; columns 123; 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; discard = ^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 -extproc
Apakah saya berhenti dari sinyal yang ingin saya picu? Apakah membunuh sinyal yang ingin saya picu?
Dan sangat bodoh ... Cara memasukkan '^ \' atau '^ U' di keyboard saya? Saya cukup mengetiknya lalu tekan enter?
command-line
keyboard-shortcuts
mh-cbon
sumber
sumber
^U
berarti Ctrl + U, saya pikir.Jawaban:
Tidak,
SIGTERM
tidak dapat dikirim dari baris perintah, seperti yang tercantum di: https://superuser.com/a/343611/199930 .Lihat juga: https://unix.stackexchange.com/q/362559/43390
sumber