摘要:
1、安装erlang (1)获取安装包 wget --content-disposition https://packagecloud.io/rabbitmq/erlang/packages/el/7/erlang-20.2.2-1.el7.centos.x86_64.rpm/download.rp 阅读全文
posted @ 2020-06-28 16:10
昵称不好起啊
阅读(180)
评论(0)
推荐(0)
摘要:
一、停止 (1)直接停止 #!/bin/bash echo "Stopping fsn Application" kill -9 $(ps -ef|grep fsn-iot|gawk '$0 !~/grep/ {print $2}' |tr -s '\n' ' ') (2)参数形式 #!/bin/b 阅读全文
posted @ 2020-06-28 15:12
昵称不好起啊
阅读(2876)
评论(0)
推荐(0)