[关闭]
@zhangyy 2020-05-13T12:31:19.000000Z 字数 202 阅读 98

有用 网址

运维系列


有用网址:

https://my.oschina.net/orrin


连接脚本:


  1. vim ssh_do_all.sh
  2. ---
  3. #! /bin/bash
  4. for n in `cat $1`
  5. do
  6. ssh -t $n $2
  7. done
  8. ---
  9. vim node.list
  10. ----
  11. rhel01.flyfish
  12. rhel02.flyfish
  13. rhel03.flyfish
  14. ----

  1. ./ssh_do_all.sh node.list "ls /root"

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注