+3 votes
in Operating Systems by (71.8k points)
In windows, we do ALT+CTL+DEL to select the application that we want to kill. Is there any way to kill a runing application in Ubuntu?

1 Answer

+1 vote
by (71.8k points)
selected by
 
Best answer

Open the terminal using ALT+CTL+T and type killall application_name


...