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

**Is your feature request related to a problem? Please describe.** I'm always frustrated when the only way to extract information about open file descriptors in a system is to parse...

**Describe the bug** The UnixWare dialect contains headers without proper licensing. Specifically, the header files in lsof/dialects/uw/uw7/sys/fs/ contain headers with the comment "THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE...

### Describe the bug Earlier this month, I started to see segfaults of lsof in several FreeBSD jails. This was after updating both, the operating system to the latest patchlevel...

As described in * https://bugzilla.suse.com/show_bug.cgi?id=1224285, and * https://lore.kernel.org/all/[email protected]/ > kernel [commit cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b](https://github.com/torvalds/linux/commit/cb12fd8e0dabb9a1) > Author: Christian Brauner > Date: Mon Feb 12 16:32:38 2024 +0100 > > pidfd: add pidfs broke...

Add an optimized fallback in closefrom_shim() for Linux, if the platform doesn't support closefrom or close_range. Iterate /proc/self/fd and close anything which is not that directory itself. This can save...

**Describe the bug** -t | -w suppress warning message, but help text is still shown **To Reproduce** Steps to reproduce the behavior: 1. Run 'lsof -t -D /non_existent_folder' 2. shows...

`./configure --help` prints ``` --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-liblsof build and install liblsof [default=yes] --enable-security allow only the root user to list all open...

With lsof 4.99.3 `./configure --disable-liblsof && make` does compile liblsof, but does not link with it and does not install it. `liblsof` should not be compiled under these circumstances.

## Describe the bug The documented feature of filtering processes that use UDP protocol with the specified state does not work on the latest (at the time of writing this)...

I mount sdc to /mnt/sdc which is btrfs filesystem with subvolume, When umount, it's busy, so I use the command `lsof -x f +D /mnt/sdc` to inspect which program using...