1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/fuser.md

9 lines
158 B
Markdown
Raw Normal View History

2015-12-30 11:16:51 -06:00
# fuser
> Display process IDs currently using files or sockets.
> Require admin privileges.
2016-01-19 00:18:06 +02:00
- Identify process using a TCP socket:
2015-12-30 11:16:51 -06:00
`fuser -n tcp {{port}}`