|||
有时由于某种原因,5432被占用,这时如果想关闭这个端口怎么做呢?
1.首先用如下命令查看端口占用情况:
[root@localhost local]# netstat -ano
2.然后查看占用5432端口的程序pid:
[root@localhost local]# lsof -i:5432
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
postgres 7035 postgres 3u IPv6 516068 0t0 TCP localhost:postgres (LISTEN)
postgres 7035 postgres 4u IPv4 516069 0t0 TCP localhost:postgres (LISTEN)
3.kill掉该进程
[root@localhost local]# kill -9 7035
加我私人微信,交流技术。
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-24 17:43
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社