Top "Lsof" questions

Unix command that lists the files, sockets, and other file-descriptors that processes have open.

What's the fastest way using lsof to find a single open file?

I'm trying to test a single file if it is open using lsof. Is there a faster way than this? $…

php linux file lsof
LSOF connection established

I was wondering, if the output of lsof -i sshd 21880 root 3r IPv4 4843515 TCP somehost.lu.isp.com:ssh->…

linux lsof
Debugging file descriptor leak ( in kernel ?)

I am working in this relatively large code base where I am seeing a file descriptor leak and processes start …

linux-kernel kernel memory-leaks file-descriptor lsof