linux shellscript
if 于 [ 之间的空格
! 于 - 之间的空格
ifconfig
cut
提取每一行的前10个字符)
$ ifconfig | cut -c -10 | tr -d ' ' | tr -s '\n'
$ sudo ifconfig eth0 hw ether 00:1c:bf:87:25:d5
DNS
查找
host
$ host www.google.com
nslookup
$ nslookup www.google.com
route
显示路由表(包含关于分组如何转发以及通过网络中的哪些节点转发信息)
$ route // "-n" 以数字形式显示地址
traceroute
$ traceroute www.google.com
system_monitor.sh