linux – killall -0的含义

我从很多地方看到,follow命令用于检查进程是否存在,例如

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命令用于终止所有正在运行的进程.