实施工作积累

1.IBM查找文件命令
  find 路径 -name 关键字
  find / -name WebSphere
2.查看系统环境
  env
3.查看进程命令
  ps -ef|grep Neu
  root 3322002  348504   0 16:54:41  pts/8  0:00 grep Neu
  root 2159016       1   0 16:54:32      -  0:00 ./NeuNetAgent -s
4.杀进程命令
  kill -9 2159016
5.删除命令
  rm /tmp/NeuNetAgent_pid.Agent

你可能感兴趣的:(职场,休闲,实施工作积累)