summaryrefslogtreecommitdiffstats
path: root/urunlevel/my_linux/shownet
blob: 94f1172dbdf590191764af458df38fc42e053b0f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
echo ""
ifconfig
route
ip addr list
ip link list
ip route list
echo ""