특정 port를 사용하는 Process 확인하기
[root@dcim works]# fuser -n tcp 5432 5432/tcp: 5906 [root@dcim works]# ps -ef|grep 5906 postgres 5906 1 0 Aug20 ? 00:00:39 /usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data postgres 5908 5906 0 Aug20 ? 00:00:00 postgres: logger process postgres 5910 5906 0 Aug20 ? 00:00:19 postgres: writer process postgres 5911 5906 0 Aug20 ? 00:00:09 postgres: wal writer process postgres 5912 5906 0 Aug20 ..
2015.09.02