Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I am looking for the architectural document of the "Lsof (List all open files)" command. I need to undestand it. Regards Athula...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    1

    lsof command architecture

    Hi,
    I am looking for the architectural document of the "Lsof (List all open files)" command. I need to undestand it.
    Regards
    Athula

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Have you read the man pages for lsof? It may contain what you are looking for. It is rather large, being 2575 lines.
    Code:
    man lsof
    Use the Up/Down arrow keys and Page Up/Down to navigate. Use q to exit the man page.

    Edit: You can make a text file of the man page with this command:
    Code:
     man lsof | col -x -b  > lsof.txt
    This will create the file lsof.txt in your home folder. You can then print it out, if you want.
    Last edited by waterhead; 10-20-2009 at 12:56 PM.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...