SSH

知识点1

#SSH登录到其他机器查看搜索内容
for ip in `cat IP_LIST.txt`; do echo ${ip}; ssh ${ip} "ps ax | grep "XXX" | grep -v grep"; done

 知识点2

 

posted @ 2020-12-30 17:39  dsfsadfdgd  阅读(59)  评论(0)    收藏  举报