1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 08:17:59 +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:
Vincent Bel 2016-01-28 14:35:41 +08:00
parent 6919f3e9ee
commit 72548b6443

View file

@ -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}}`