About 51,300 results
Open links in new tab
  1. lsof (8) - Linux manual page - man7.org

    In the absence of any options, lsof lists all open files belonging to all active processes.

  2. lsof Command in Linux (15 Practical Examples) - phoenixNAP

    Dec 12, 2025 · The lsof command helps identify processes and allows users to manage or kill them as needed. This article will explain how to use the lsof command in Linux through practical examples.

  3. lsof - Wikipedia

    lsof ... 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.

  4. How to Use the Linux lsof Command - How-To Geek

    Dec 4, 2023 · Linux simplifies handling a wide range of different resources by treating devices that accept or generate byte streams as files. The lsof command can be used to list open files in the …

  5. Linux lsof Command Tutorial for Beginners (15 Examples)

    The Linux lsof command shows in its output information about files that are opened by a process. In this article, we will discuss the Linux lsof tool using 15 easy-to-understand examples.

  6. lsof Command in Linux with Examples - GeeksforGeeks

    Nov 6, 2025 · man lsof The lsof command turns “what’s using this?” into a one‑step answer by mapping open files, sockets, and ports to the exact processes that hold them.

  7. lsof Command in Linux: 7 Practical Examples

    Jan 29, 2019 · This article teaches you how to list opened files by a user or a process by using the lsof command in Linux.

  8. Linux Lsof Command - Computer Hope

    Jun 1, 2025 · Linux lsof command help and information with lsof examples, syntax, security consideration, output, and related commands performed from the Linux command line.

  9. Using lsof Command in Linux with Examples - Geekflare

    Dec 23, 2024 · lsof is a powerful utility available for Linux and Unix-based systems which literally stands for ‘list (of) open files’. Its main function is to retrieve details about various types of files opened up by …

  10. Tutorial - lsof - Read the Docs

    Lsof will display all open files on the named file system. It will also set its exit code zero when it finds some open files and non-zero when it doesn't, making this type of lsof call useful in shell scripts.