如何同时在Isilon的所有网卡上抓取网络包?
摘要:
命令行如下:cd /ifs/data/Isilon_Support/mkdir $(date +%m%d%Y)isi_for_array 'for i in `ifconfig | grep -B2 ether | grep flags | cut -d: -f1` ; do tcpdump -i ${i} \-s0 -w /ifs/data/Isilon_Support/$(date +%m%d... 阅读全文
posted @ 2019-07-30 10:23 中道学友 阅读(254) 评论(0) 推荐(0) 编辑