Open thinkuncle opened 8 years ago
ping www.baidu.com ping www.baidu.com -t
tracert www.baidu.com
netstat -aon|findstr "3306"
tasklist|findstr "416"
查询这个端口号的进程号是多少 netstat -ano | findstr 8081 杀了这个进程 tasklist /F /PID 1234
window Dos命令
实战命令
检查主机网络
检查网络是否连通
ping www.baidu.com ping www.baidu.com -t
检查到达某一主机中间所经过的主机。默认为udp包
tracert www.baidu.com
查询端口进程
netstat -aon|findstr "3306"
查看进程程序
tasklist|findstr "416"
常用命令
不常用命令