mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
commit
9b33f8e692
1 changed files with 9 additions and 0 deletions
9
pages/linux/fuser.md
Normal file
9
pages/linux/fuser.md
Normal 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}}`
|
||||
|
Loading…
Add table
Reference in a new issue