Skip to content

StillLearningHowToCode/Systeme_2A_DUT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 🐛

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

Afficher tous les processus lancés

ps -all

Tuer un processur

kill -9 (num pid)