mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
158 B
Markdown
10 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}}`
|
||
|
|