首页 > 代码库 > Linux常用命令

Linux常用命令

1. netstat -tlnp|grep :8622   查找端口号为8622的进程

2. kill -9 24452  强制杀死id为24452的进程

Linux常用命令