lsof icon indicating copy to clipboard operation
lsof copied to clipboard

LiSt Open Files

Results 53 lsof issues
Sort by recently updated
recently updated
newest added

IBM lsof was compiled on AIX 6.1, and targets are AIX 6.1, 7.1 and 7.2. On AIX 7.1, we have "lsof: WARNING: compiled for AIX version 6.1.0.0; this is 7.1.0.0.",...

**Describe the bug** I can (sort of) understand the truncation of the fd number (and asterisk alerting about it) in: ``` $ bash -c 'ulimit -n 20000; exec 12345 /dev/null;...

bug

Hello! the test infrastructure for Reproducible Arch Linux has built lsof, trying to match the original binary distributed to users (in the same path, with the same compiler/library versions and...

Apps built using the Electron framework may be packaged so that they have a commandline that looks something like `/usr/bin/electron --app-path=/usr/local/appname/resources/app`. Some other apps may also have a binary name...

**Describe the bug** Test suite is failing **To Reproduce** - clone git repo - `autoreconf -fiv; make; make check` **Expected behavior** Test suite should not fail **Program output** ```console +...

**Is your feature request related to a problem? Please describe.** TCP results will say whether the connection is ESTABLISHED, LISTEN, etc. UDP will not. At first glance, I thought there...

https://github.com/lsof-org/lsof/blob/98d6130fb5eab1b19e2d1eaa2f05f014e0ce8e52/Lsof.8#L1402-L1404 I tried to find the switch using *service* as keyword, and ended up using a search engine. I am ignorant of the terminology, but could it be > inhibits...

**Is your feature request related to a problem? Please describe.** According to automated licence check performed on lsof sources, the following licences are used: Sendmail, BSD, GPL and Henry Spencer/Purdue...

**Is your feature request related to a problem? Please describe.** When looking at the code I noticed that it contains `$Id: $` comments from the CVS days. As the source...

**Describe the bug** It doesn't build, see below. **To Reproduce** ``` $ docker run --rm -it alpine:3.17 sh / # apk add build-base git / # git clone https://github.com/lsof-org/lsof /...