Files
cheatsheet-tldr/fkill
2024-02-21 11:19:49 +00:00

18 lines
346 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# fkill
> Fabulously kill processes. Cross-platform.
> More information: <https://github.com/sindresorhus/fkill>.
- Run without arguments to use the interactive interface:
`fkill`
- Kill the process by PID, name or port:
`fkill {{pid|name|:port}}`