Linux下批量执行,批量上传脚本
运行环境:主信任服务器Ps:可使用TeamRemote.exe工具批量建信任将服务器ip写在文件中,例如host.txt192.168.1.21192.168.1.22192.168.1.23192.168.1.24192.168.1.25...执行命令./remote.sh[-fhostlist][-bthreadnum][-ccmd][-fip配置文件][-b进程数][-c命令]例如对各台服务器执行uptime和df-h命令./remote.sh-fhost.txt-c"uptime;df-h"#1个进程./remote.sh-fhost.txt
下载地址
用户评论