Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-11 00:21:58 +00:00
parent 9b844dc12b
commit f3773777cf
36 changed files with 230 additions and 99 deletions

View File

@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Identify processes using a TCP socket:
`fuser {{[-n|--namespace]}} tcp {{port}}`
`fuser {{port}}/tcp`
- Kill all processes accessing a file or directory (sends the `SIGKILL` signal):