1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/linux/fuser.md
2016-01-19 00:18:06 +02:00

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