mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
4 lines
87 B
Bash
4 lines
87 B
Bash
#/bin/bash
|
|
|
|
ps -ef | grep cfs-server | grep -v grep | awk '{print $2}' | xargs kill -9
|