--process 内部使用ps -ef | grep KEY 查找;--process-cmd 内部使用pgrep 命令查找。使用kill -STOP PIDS 暂停进程,使用kill -CONT PIDS 恢复进程。
確定! 回上一頁