mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 23:35:26 +02:00
parent
27b7e13497
commit
2a19d8db59
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
- List all files kept open by a specific program:
|
||||
|
||||
`lsfd -Q 'PID == {{process_ID}}'`
|
||||
`lsfd {{-Q|--filter}} 'PID == {{process_ID}}'`
|
||||
|
||||
- Check what program has a specific file open:
|
||||
|
||||
`lsfd -Q "NAME == '{{/path/to/file}}'"`
|
||||
`lsfd {{-Q|--filter}} "NAME == '{{/path/to/file}}'"`
|
||||
|
||||
- List open IPv4 or IPv6 sockets:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue