相关疑难解决方法(0)

Shell SIGKILL 键绑定

如何设置键绑定以将 a 发送SIGKILL到当前的前台作业?我已经知道Ctrl+CSIGINTCtrl+\SIGQUIT。我想要一个更严厉的选择。

这有什么严重不可取的吗?

keyboard-shortcuts zsh shell

28
推荐指数
1
解决办法
2万
查看次数

使用命令行快捷方式发送 SIGTERM

我希望能够使用命令行快捷方式发送 SIGTERM 信号,就像我可以使用Ctrl+发送 SIGINT 一样C

我之前读过关于ctrl+ 的内容d,但这在这里不起作用,什么也没有发生。

我还使用键盘快捷键阅读了这个 SO SIGTERM

$ 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 …
Run Code Online (Sandbox Code Playgroud)

keyboard-shortcuts command-line

5
推荐指数
2
解决办法
9128
查看次数

标签 统计

keyboard-shortcuts ×2

command-line ×1

shell ×1

zsh ×1