Add description how to use lsof by PID

coverage
Jakub Kubryński 2017-03-01 10:06:32 +01:00 committed by Agniva De Sarker
parent c10d09d0bd
commit b937aa13a8
1 changed files with 4 additions and 0 deletions

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}}`