Copilot
Your everyday AI companion
About 107,000 results
    Upvotes12answered Sep 3, 2013 at 17:14

    Since you have not given any information on where you see this I will assume you are running GNU lsof with no arguments and you see 0t0 in the SIZE/OFF column. This, by default, shows the size of the file in question.

    However, for "special" files, it ...

    SIZE, SIZE/OFF, or OFFSET
    is the size of the file or the file offset in bytes. A value is displayed in
    this column only if it is available. Lsof displays whatever value - size or
    offset - is appropriate for the type of the file and the version of lsof.
    Content Under CC-BY-SA license
    Was this helpful?
  1. How to use the lsof command to troubleshoot Linux

  2. When looking at lsof output, what does "0t0" mean?

  3. People also ask
    may contain both a size and an offset (i.e., its title is SIZE/OFF). In other words, 0t signifies decimal notation and 0t0 means a file with size 0 in decimal notation. You can confirm by having a look at what files have that size (this is run on a Debian box):
    In other words, 0t signifies decimal notation and 0t0 means a file with size 0 in decimal notation. You can confirm by having a look at what files have that size (this is run on a Debian box): You will see that all files with that reported size will be things like sockets, pipes, open TCP connections, devices and the like.
    For all I know you have a file called 0t0, we have no way of knowing what you're talking about if you don't show some sample output. Since you have not given any information on where you see this I will assume you are running GNU lsof with no arguments and you see 0t0 in the SIZE/OFF column. This, by default, shows the size of the file in question.
  4. How to Check for Listening Ports in Linux (Ports in use)

  5. How to List Open Files with lsof | Linode Docs

  6. Unix commands: Troubleshooting with lsof | Network World

  7. 15+ lsof command examples in Linux [Cheat Sheet] | GoLinuxCloud

  8. lsof Command in Linux: 7 Practical Examples

  9. When looking at lsof output, what does "0t0" mean? - YouTube

  10. Using lsof Command in Linux with Examples - Geekflare

  11. bash - How to access the PID from an lsof. - Stack Overflow