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...
- 10-20-2009 #1Just 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
- 10-20-2009 #2
Have you read the man pages for lsof? It may contain what you are looking for. It is rather large, being 2575 lines.
Use the Up/Down arrow keys and Page Up/Down to navigate. Use q to exit the man page.Code:man lsof
Edit: You can make a text file of the man page with this command:
This will create the file lsof.txt in your home folder. You can then print it out, if you want.Code:man lsof | col -x -b > lsof.txt
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.


Reply With Quote