1
0
Fork 0
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:
Felix Yan 2016-01-28 15:40:06 +08:00
commit abbe7431b0

View file

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