有用的链接:
Linux 基本命令:
https://linuxtools-rst.readthedocs.io/zh_CN/latest/index.html
Bash shell 教程:
https://wangdoc.com/bash/intro.html
命令帮助
whatis command - 说明命令的作用
man command - 查询命令command 的说明文档
info command - 说明更详细的文档
which command - 查看程序binary 文件所在的路径(安装路径)
whereis command - 查看程序的搜索路径
网络工具
- 主要网络工具:netstat lsof route ping host wget sftp scp
- netstat -t/-l/-u/-r/-n [显示网络相关信息,-t:TCP协议,-u:UDP协议,-l:监听,-r:路由,-n:显示IP地址和端口号] 链接:
https://pdai.tech/md/develop/protocol/dev-protocol-tool-netstat.html#foreign-address