摘要: 添加IP地址: #!/bin/bash for i in {1..20} do ip_address="10.10.1.$i" subnet_mask="255.255.255.0" gateway="10.10.1.1" echo "Adding IP address: $ip_address" 阅读全文
posted @ 2024-06-14 13:12 BlackSnow 阅读(197) 评论(0) 推荐(0)