Merge pull request #734 from VincentBel/patch-1

[lsof] Fixed typo after reformatted
waldyrious/alt-syntax
Felix Yan 2016-01-28 15:40:06 +08:00
commit abbe7431b0
1 changed files with 3 additions and 3 deletions

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