Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 182 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 182 Bytes

📖 🐛

Ctrl+C - SIGINT
Ctrl+\ - SIGQUIT
Ctrl+Z - SIGTSTP

Afficher tous les processus lancés

ps -all

Tuer un processur

kill -9 (num pid)