tldr/pages/linux/fuser.md

9 lines
158 B
Markdown
Raw Normal View History

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