Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about lsof

Read more about lsof

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - lsof

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 ...
test-img

Linda Derezinski

bash

tmp

lsof

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]
test-img

user2685761

ubuntu

curl

netstat

lsof

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 ...
test-img

Drew

c++

linux

networking

lsof

Votes: 0

Answers: 1

Latest Answer

You can check the process using netstat. It will give the pid of the process. To check the port 8080 , you can do nabil@LAPTOP~$ netstat -natup | grep 8080 (Not all processes could be identified, non...
test-img

Nabil

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved