[TOC]查找进程

  1. ps -aux|grep kdata
  2. ps -aux|grep start| grep -v grep
  3. ps -aux|grep kdata| grep -v grep | awk '{print $2}'