随笔分类 -  Shell

摘要:批量添加用户 批量删除用户 阅读全文
posted @ 2016-09-26 11:38 岁月童话 阅读(920) 评论(0) 推荐(0)
摘要:# vim /mysh/ipscan.sh #!/bin/bash # scan the local alive ipaddress # 2016-09-24 if [ -f $filename ];then echo "the file is exist" for n in {100..106};do host=192.168.0.$n ping -c... 阅读全文
posted @ 2016-09-25 10:06 岁月童话 阅读(736) 评论(0) 推荐(0)