when some one attack like DDOS or Dos in our computer
for example someone like hacker let's say run infinite loop in your terminal to open the gnome-terminal
code:--
while : do gnome-terminal done
that time you not have time to stop them because the cursor is move into next to next terminal and you can not type single word at that time to kill that all terminal.
So what i can do ??
I tried multiple way but the only way i can imagine is we can not write single word into the terminal so we have to think that how we can stop that terminal without writing a command into the terminal
Right ??