mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
Merge pull request #734 from VincentBel/patch-1
[lsof] Fixed typo after reformatted
This commit is contained in:
commit
abbe7431b0
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@
|
|||
|
||||
`lsof -i :{{port}}`
|
||||
|
||||
- Only output the process PI:
|
||||
- Only output the process PID:
|
||||
|
||||
`lsof -t {{/path/to/file}}`
|
||||
|
||||
- List files opened by the given use:
|
||||
- List files opened by the given user:
|
||||
|
||||
`lsof -u {{username}}`
|
||||
|
||||
- List files opened by the given command or proces:
|
||||
- List files opened by the given command or process:
|
||||
|
||||
`lsof -c {{process_or_command_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue