scripts
摘要:
Shell Script: 示例1:[root@server0 ~]# vim ping_test.sh#!/bin/bash#v1.0ping -c1 172.25.0.10 &>/dev/nullif [ $? -eq 0 ];then echo "host 172.25.0.10 is up. 阅读全文
posted @ 2018-03-06 20:23 肀肀 阅读(549) 评论(0) 推荐(0)
posted @ 2018-03-06 20:23 肀肀 阅读(549) 评论(0) 推荐(0)
posted @ 2018-03-06 19:08 肀肀 阅读(172) 评论(0) 推荐(0)
posted @ 2018-03-06 16:54 肀肀 阅读(195) 评论(0) 推荐(0)
posted @ 2018-03-06 16:53 肀肀 阅读(649) 评论(0) 推荐(0)
posted @ 2018-03-06 16:52 肀肀 阅读(137) 评论(0) 推荐(0)