mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
9 lines
158 B
Markdown
9 lines
158 B
Markdown
# fuser
|
|
|
|
> Display process IDs currently using files or sockets.
|
|
> Require admin privileges.
|
|
|
|
- Identify process using a TCP socket:
|
|
|
|
`fuser -n tcp {{port}}`
|