1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 17:15:51 +02:00

fuser command

This commit is contained in:
David Siefert 2015-12-30 11:16:51 -06:00
parent 0c373e9db7
commit 10bf3d17e9

9
pages/linux/fuser.md Normal file
View file

@ -0,0 +1,9 @@
# fuser
> Display process IDs currently using files or sockets.
> Require admin privileges.
- identify process using a tcp socket
`fuser -n tcp {{port}}`