Unix command that lists the files, sockets, and other file-descriptors that processes have open.
I was wondering, if the output of lsof -i sshd 21880 root 3r IPv4 4843515 TCP somehost.lu.isp.com:ssh->…
linux lsofI 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