Unix command that lists the files, sockets, and other file-descriptors that processes have open.
I have a long-running python script with a perl worker subprocess. Data is sent in and out of the child …
python subprocess pipe popen lsofIn linux, I use lsof to check the file is opened by which process. I have an android device, but …
android lsofI'm using linux mint xfce edition, my localhost:80 was used by some program but I don't which one, when I …
linux port lsofSorry, this question has several layers but all deal with the number of open files. I'm getting a "Too many …
linux unix lsofI have a Java application running on Linux with PID 25426. When running lsof -p 25426, I noticed: java 25426 uid 420w FIFO 0,8 0…
java ioexception lsofI'm looking for a way to determine which files are open in my whole system (Linux) using Python. I can't …
python linux lsofA file is locked with either a fcntl (non-blocking) or some custom way. So I'm using lsof and checking if …
lsofI have a spring boot app running in alpine linux listening on port 8080. However, when I do: $ lsof $ lsof -i 8080 …
linux networking port alpine lsof