命令备忘录

netstat -an 查看端口 
netstat -aon|findstr "4444" 
tasklist|findstr "2434" 
netstat -anb 查看监听端口的pid 结合任务管理器关闭 
tracert ip 跟踪路由过程 
dxdiag 查系统显卡等 



------------linux----------
netstat -anp
traceroute www.baidu.com
ps -aux
配置ip
ifconfig eth0 192.168.1.1
删除
rm -rf 目录

你可能感兴趣的:(命令备忘录)