ps -ef | grep 426
root 4260 587 0 Apr17 ? 00:00:00 [bnx2i_thread/4]
root 4261 587 0 Apr17 ? 00:00:00 [bnx2i_thread/5]
root 4262 587 0 Apr17 ? 00:00:00 [bnx2i_thread/6]
root 4263 587 0 Apr17 ? 00:00:00 [bnx2i_thread/7]
root 4264 587 0 Apr17 ? 00:00:00 [bnx2i_thread/8]
root 4265 587 0 Apr17 ? 00:00:00 [bnx2i_thread/9]
root 4267 587 0 Apr17 ? 00:00:00 [bnx2i_thread/10]
root 4268 587 0 Apr17 ? 00:00:00 [bnx2i_thread/11]
root 4269 587 0 Apr17 ? 00:00:00 [bnx2i_thread/12]
请帮助我理解具有给定 pid 的 ps 命令的输出。我试图检查服务是否正在运行。
编辑:为迟到的回复道歉。像这样使用 ps 和 grep 并不理想;尽管如果我的应用程序正在运行,它会给出预期的结果。就是这样,我不小心得到了“bnx2”网络驱动程序,它可以是内核驱动程序,也可以是大多数 2.6 Linux 内核的单独包)。