Linux常用命令

网络工具

查看监听端口的进程:

lsof -i :8080

或者

netstat -tupln|grep 8080

复制

软连接创建

ln -s 源文件 目标文件

相关文章: