-3

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 ??

1 Answers1

-1

When this happens, you just press Alt+f2. After pressing Alt+f2, a pop-up will come up and, in that command prompt window, you just have to type:

pkill gnome-terminal
Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77