-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
  • I think I just had a stroke reading this Commented Aug 11, 2023 at 8:25

1 Answer 1

-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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.