摘要:
--if 条件判断语句 if 条件判断 then 命令序列1 else 命令序列2 fi [root@iscsi opt]# vim mkmydata.sh #!/bin/bash dir="/opt/mydata" if [ ! -e $dir ] then mkdir -p $dir fi [r 阅读全文
posted @ 2020-06-19 17:39
春困秋乏夏打盹
阅读(188)
评论(0)
推荐(0)
摘要:
今天看到有人在问cloud的使用,ping不通网关 找了些资料, 交换机配置 [Huawei]dis current-configuration # sysname Huawei # vlan batch 10 # cluster enable ntdp enable ndp enable # dr 阅读全文
posted @ 2020-06-19 15:45
春困秋乏夏打盹
阅读(5978)
评论(0)
推荐(0)

浙公网安备 33010602011771号