mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
update 2.37.4 to 2.38 release notes: - https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38-ReleaseNotes includes NEW COMMAND: lsfd lsfd is a NEW COMMAND. lsfd is intended to be a modern replacement for lsof(8) on Linux systems. Unlike lsof, lsfd is specialized to Linux kernel; it supports Linux specific features like namespaces with simpler code. lsfd is not a drop-in replacement for lsof; they are different in the command line interface and output formats. lsfd uses Libsmartcols for output formatting and filtering. For example: lsfd -Q 'ASSOC == "exe"' prints all running executables. (Thanks to Masatake YAMATO) /usr/bin/lsfd is 107760 bytes on Generic man page here: - https://github.com/util-linux/util-linux/blob/master/misc-utils/lsfd.1.adoc