update ps,kill doc

This commit is contained in:
2025-08-02 22:10:30 +03:30
parent 31639a8049
commit 3a24aaf5f9
2 changed files with 20 additions and 0 deletions

View File

@@ -33,6 +33,12 @@ kill -9 123
*Doesnt allow cleanup — use only when necessary.*
🗡️ *Think of it as the "katana" of kill commands.*
### 📑 Multi Process Kill
```bash
pidof <ps-name> | xargs kill -9
```
---
### ⌨️ Interrupt — `SIGINT` (Signal 2)