killall -0 Nginx
但是从文档中我看不出任何与这个论点相关的内容,有人能解释一下吗?
man kill
If sig is 0,then no signal is sent,but error checking is still performed; this can be used to check for the existence of a process ID or process group ID.
在Linux和Linux上,killall按名称而不是PID来终止进程基于BSD的系统.在其他操作系统(Solaris)中,killall命令用于终止所有正在运行的进程.