Linux个人常用命令汇总

1. 查询端口状态

netstat -apn | grep [port]

得到pid=64472

2. 根据进程id查询程序信息

ps -aux | grep [pid]

3. CentOS防火墙

参考blog

4. 查询现有服务及状态

systemctl list-units --type=service

posted on 2019-03-10 18:08  -赶鸭子上架-  阅读(143)  评论(0编辑  收藏  举报