Skip to content
EntityQ565299· pop 20· linked from 6 articles

lsof is a command meaning "list open files", which is used in many Unix-like systems to report a list of all open files and the processes that opened them. This open source utility was developed and supported by Victor A. Abell, the retired associate director of the Purdue University Computing Center. It works in and supports several Unix flavors.

Key facts

Software.name
lsof
Software.screenshot
Lsof h screenshot.png
Software.author
Victor A. Abell
Software.programming language
C
Software.operating system
Linux, FreeBSD, macOS, Solaris, NetBSD and OpenBSD
Software.platform
Cross-platform
Software.license
BSD license-compatible

via Wikipedia infobox

Source code

The lsof-org team at GitHub takes over the maintainership of lsof originally developed and maintained by Vic Abell. This repository is for maintaining the final source tree of lsof inherited from Vic. "legacy" branch keeps the original source tree. We will not introduce any changes to the "legacy" branch. This branch is just for reference. "master" branch is used for maintenance. Bug fixes and enhancements go to "master" branch. lsof had supported many OSes. A term "dialect" represents code for supporting OSes. Because of limited resources, we will maintain the part of them. The current status of maintenance is as follows: We ran another repository, lsof-org/"lsof-linux" derived from lsof-4.91 that was also released by Vic. The repository is no more used; all the changes made in the repository are now in lsof-org/"lsof" repository.

Excerpt from the source-code README · 3,316 chars · not written by Vinony

Wikidata facts

Official website
lsof.readthedocs.io
Image
Lsof h screenshot.png
Show 2 more facts
source code repository URL
github.com/lsof-org/lsof
software version identifier
4.99.6
Sources (3)

via Wikidata · CC0

Article · Italiano

lsof (abbreviazione dalla lingua inglese di list open files, elenca i file aperti) è un comando dei sistemi operativi Unix e Unix-like, e più in generale dei sistemi POSIX, che consente di conoscere informazioni sui file aperti dai processi in esecuzione. Lo strumento è particolarmente importante per i sistemisti offrendo loro preziose informazioni diagnostiche sul sistema. Dato che l'architettura dei sistemi Unix-like utilizza l'accesso a dispositivi, socket e pipe come se fossero file, anche loro possono essere analizzati con lsof.

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories