[root@xxxxxx~]# netstat -apn|grep 3690
tcp        0      0 0.0.0.0:3690                0.0.0.0:*                   LISTEN      2458/svnserve       
[root@xxxxxx~]# ps -aux|grep 3690
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ
root      8460  0.0  0.0 103256   840 pts/0    S+   10:18   0:00 grep 3690
[root@xxxxxx~]# ps -aux|grep 2458
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ
root      8236  0.0  0.0 156996  1012 ?        Ss   09:52   0:00 /usr/bin/svnserve --daemon --pid-file=/var/run/svnserve.pid
root      8476  0.0  0.0 103256   840 pts/0    S+   10:19   0:00 grep 8236
[root@xxxxxx~]# kill -9 2458
[root@xxxxxx~]# ps aux|grep svnserve
root      8506  0.0  0.0 103256   840 pts/0    S+   10:19   0:00 grep svnserve
[root@xxxxxx~]# svnserve -d -r /opt/svn/repos/
[root@xxxxxx~]# ps aux|grep svnserve
root      8533  0.0  0.0 156996   756 ?        Ss   10:20   0:00 svnserve -d -r /shiyu/
root      8549  0.0  0.0 103256   840 pts/0    S+   10:20   0:00 grep svnserve

相关文章:

  • 2021-06-02
  • 2021-12-14
  • 2021-06-22
  • 2021-12-21
  • 2021-05-31
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-09-19
  • 2021-09-07
  • 2022-01-22
  • 2022-12-23
相关资源
相似解决方案