About 68,500 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. 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.

  3. 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 …

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

  5. 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 …

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

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

  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. lsof cheat sheet - Linux Audit

    Mar 12, 2025 · Get information about open files on Linux using the lsof command. This cheat sheet covers many common uses for using lsof and how to use it.

  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 …