frp服务端后台运行和停止命令 centos系统下命令如下: 1、运行 nohup ./frps -c frps.ini >/dev/null 2>&1 & 2.停止 先找到这个进程 ps -aux|grep frp| grep -v grep [1]12345 然后kill -9 进程号 kill -9 12345 Published by 风君子 独自遨游何稽首 揭天掀地慰生平 View all posts by 风君子