netstat -tan #查看端口
又查了一下PID
netstat -tanp #带PID名
现在知道它的端口对应程序为master,但是它具体是什么程序呢?
find / -name master #查了一下位置
/usr/libexec/postfix/master
我们找到程序名是postfix
systemctl stop postfix #停止服务
systemctl disable postfix #禁止开机启动
netstat -tan #查看端口
又查了一下PID
netstat -tanp #带PID名
现在知道它的端口对应程序为master,但是它具体是什么程序呢?
find / -name master #查了一下位置
/usr/libexec/postfix/master
我们找到程序名是postfix
systemctl stop postfix #停止服务
systemctl disable postfix #禁止开机启动
Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus.
Leave a reply