1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

Merge pull request #498 from davidsiefert/master

tldr page for fuser
This commit is contained in:
Igor Shubovych 2016-01-19 00:15:48 +02:00
commit 9b33f8e692

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}}`