포트 번호로 실행되고 있는 PID 찾기 정보
Linux 포트 번호로 실행되고 있는 PID 찾기본문
[root@byoungguk ~]# fuser -n tcp 10000
here: 10000
10000/tcp: 2470
[root@byoungguk ~]# ls -la /proc/2470
합계 0
dr-xr-xr-x 3 root root 0 5월 22 14:44 .
dr-xr-xr-x 55 root root 0 5월 22 17:39 ..
dr-xr-xr-x 2 root root 0 5월 29 10:45 attr
-r-------- 1 root root 0 5월 29 10:45 auxv
-r--r--r-- 1 root root 0 5월 22 18:14 cmdline
lrwxrwxrwx 1 root root 0 5월 29 10:25 cwd -> /usr/local/src/webmin-1.320
-r-------- 1 root root 0 5월 29 10:45 environ
lrwxrwxrwx 1 root root 0 5월 29 10:25 exe -> /usr/bin/perl
dr-x------ 2 root root 0 5월 29 10:25 fd
-rw-r--r-- 1 root root 0 5월 29 10:45 loginuid
-r--r--r-- 1 root root 0 5월 29 10:27 maps
-rw------- 1 root root 0 5월 29 10:45 mem
-r--r--r-- 1 root root 0 5월 29 10:45 mounts
-r-------- 1 root root 0 5월 29 10:45 mountstats
lrwxrwxrwx 1 root root 0 5월 29 10:25 root -> /
-r--r--r-- 1 root root 0 5월 22 17:34 stat
-r--r--r-- 1 root root 0 5월 25 09:28 statm
-r--r--r-- 1 root root 0 5월 22 18:14 status
dr-xr-xr-x 3 root root 0 5월 29 10:45 task
-r--r--r-- 1 root root 0 5월 29 10:45 wchan
You have new mail in /var/spool/mail/root
[root@byoungguk ~]#
추천
0
0
댓글 0개