Add description how to use lsof by PID

This commit is contained in:
Jakub Kubryński 2017-03-01 10:06:32 +01:00 committed by Agniva De Sarker
parent c10d09d0bd
commit b937aa13a8

View File

@ -22,3 +22,7 @@
- List files opened by the given command or process:
`lsof -c {{process_or_command_name}}`
- List files opened by the given PID:
`lsof -p {{PID}}`