Use /proc/$pid/exec file find out what is using port 80
First, find out the processes PID that opened tcp port 90, enter:
# fuser 80/tcp
Sample outputs:
80/tcp: 12161 21776 25250 25393
Finally, find out process name associated with PID # 3813, enter:
# ls -l /proc/12161/exe
Sample outputs:
lrwxrwxrwx. 1 root root 0 Aug 9 17:08 /proc/12161/exe -> /usr/sbin/light
Wednesday, April 4, 2018
Find Out What Is Using TCP Port 80
Subscribe to:
Post Comments (Atom)
Oracle Database 19c Installation on Oracle Linux 7
Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...
-
Method 1 : To turn on the option for storing chat history: Open Skype for Business/Lync and sign in. Click Show Menu arrow nex...
-
SD5 monitors target nodes hardware's system health or availability in data centers in real-time and provide alerts to administrators. Su...
-
Prerequisite Make sure that you have Java (JRE) installed on your system Installation Download the Linux binary zip (no JRE) from http://...
No comments:
Post a Comment