Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想向 Ubuntu Server (v12.04) 中的前台进程发送一个 SIGUSR2 信号。是否可以通过击键(可能使用 stty 等)发送它?
您只能使用击键发送 SIGINT、SIGQUIT 和 SIGTSTP。您不能发送 SIGUSR2。