#需要切换到root用户,才能看到一些端口
lsof -i:53 -n -P
lsof -nPi:53 # Linux传统,参数合起来
#第二种方案
netstat -apn|grep -w 53
systemctl stop systemd-resolved
#需要切换到root用户,才能看到一些端口
lsof -i:53 -n -P
lsof -nPi:53 # Linux传统,参数合起来
#第二种方案
netstat -apn|grep -w 53
systemctl stop systemd-resolved
1246

被折叠的 条评论
为什么被折叠?