mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
fuser: add example to kill processes bound to a specific socket (#8175)
This commit is contained in:
parent
9650f7f3d5
commit
91cd7a0be1
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Find which processes are accessing the filesystem containing a specific file or directory:
|
||||
|
||||
`fuser --mount {{path/to/file_or_directory}}`
|
||||
|
||||
- Kill all processes with a TCP connection on a specific port:
|
||||
|
||||
`fuser --kill {{port}}/tcp`
|
||||
|
|
Loading…
Add table
Reference in a new issue