摘要:
创建sh文件,添加以下代码 运行方式./test.sh 192.168.0.151 #!/bin/bash if [ $EUID -ne 0 ];then echo "You must be root (or sudo) to run this script" exit 1fi if [ $# != 阅读全文
posted @ 2020-12-15 17:43
zyb2016
阅读(546)
评论(0)
推荐(0)
2020年12月15日