Linux中grep不显示本身进程?
ps -ef | grep nginx | grep -v grep
grep -v
grep可以取消显示你所执行的grep本身这个进程,-v参数是不显示所列出的进程名