What is the command in UNIX to see a list of opened files?

Lsos

Questions by towid

Showing Answers 1 - 2 of 2 Answers

borngold

  • Feb 29th, 2008
 

lsof   - List open files on the system. Normally, it only lists files you (or processes you own) have open; if run as root, it lists all open files.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions