tldr/pages/linux/fuser.md

9 lines
158 B
Markdown
Raw Normal View History

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