📌  相关文章
📜  linux 终端检查互联网连接 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:41.357000             🧑  作者: Mango

代码示例1
# method 1 ping
ping google.com

# method 2 curl
curl -I https://linuxhint.com/

# method 3 list adapters
ip a

# check default gateway
ip r