python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to figure out why empty files like /tmp/fc007620c1c8dcca are being created
Example of the empty files created in /tmp:
-rw------- 1 root wheel 0B Mar 27 00:57 fc007620c1c8dcca
-rw------- 1 root wheel 0B Mar 27 01:00 fc007620c1c95a20
-rw------- 1 root wheel ...
Linda Derezinski
Votes: 0
Answers: 0
Is there a situation where curl can access a port that lsof doesn't to?
What could have led to this? [doge]
user2685761
Votes: 0
Answers: 0
How can I check which process is using an ip/port?
I have a program that occasionally fails to start because an IP/port that it wants to connect to is already in use. How can I programatically check which process is using the port? I can manually run ...
Drew
Votes: 0
Answers: 1