Linux 常见命令指南

查看端口进程: ps aux | grep Cloudscape

杀死端口进程: kill -9 端口

查看端口进程: netstat -tunlp|grep 端口

查看进程id: ps -ef|grep  进程号

 停用9090端口应用:systemctl disable cockpit

原文地址:https://www.cnblogs.com/luoguixin/p/15749142.html