1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

start deacribing features

This commit is contained in:
George Hunt 2019-04-14 15:07:22 -07:00
parent f8ed8bee2a
commit 17f1a378f2

View file

@ -76,6 +76,10 @@ echo "routing table"
netstat -rn
echo
echo "=========================================================="
echo "port usage"
netstat -natp
echo
echo "=========================================================="
echo "install log -- last 50 lines"
tail -50 /opt/iiab/iiab/iiab-install.log
echo