Show open files of a process
From AdminWiki
(Difference between revisions)
Revision as of 12:59, 8 May 2009
- With lsof:
lsof -p <pid>
- Using procfs:
ls -l /proc/<pid>/fd
Category:Lsof Category:Shell Category:Network Category:Snippet Category:Debugging Category:Procfs