mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 08:50:10 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all files kept open by a specific program:
|
||||
|
||||
`lsfd {{-Q|--filter}} 'PID == {{process_ID}}'`
|
||||
`lsfd {{[-Q|--filter]}} 'PID == {{process_ID}}'`
|
||||
|
||||
- Check what program has a specific file open:
|
||||
|
||||
`lsfd {{-Q|--filter}} "NAME == '{{/path/to/file}}'"`
|
||||
`lsfd {{[-Q|--filter]}} "NAME == '{{/path/to/file}}'"`
|
||||
|
||||
- List open IPv4 or IPv6 sockets:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user