linux命令新版常用
1.查询端口备用情况
netstat -tunlp|grep 8080
2杀死程序
kill pid
3.传输文件到服务器
scp a.txt root@wusen0601.xyz:/root/home/ws
-----------------------------------------------------------------------------------------------------------------------------------------