mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 10:17:58 +01:00
[lsof] Fixed typo after reformatted
The last letter of last word of [the three lines](9676334119 (diff-fe9ad5b63478a92eaf51544c5808ee6cL14)
) was omitted after reformatted.
This commit is contained in:
parent
6919f3e9ee
commit
72548b6443
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
`lsof -i :{{port}}`
|
`lsof -i :{{port}}`
|
||||||
|
|
||||||
- Only output the process PI:
|
- Only output the process PID:
|
||||||
|
|
||||||
`lsof -t {{/path/to/file}}`
|
`lsof -t {{/path/to/file}}`
|
||||||
|
|
||||||
- List files opened by the given use:
|
- List files opened by the given user:
|
||||||
|
|
||||||
`lsof -u {{username}}`
|
`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}}`
|
`lsof -c {{process_or_command_name}}`
|
||||||
|
|
Loading…
Reference in a new issue