mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
Add description how to use lsof by PID
This commit is contained in:
parent
c10d09d0bd
commit
b937aa13a8
@ -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}}`
|
||||
|
Loading…
Reference in New Issue
Block a user