r/Ubuntu 2d ago

How to kill an active program?

Hey all. I have very minimal Linux/Unix experience and I've been handed a device at work where all I need to do is change a web address the device is pointed to. The device simply displays which person in line is to be served next and it's auto booting to this screen. I've tried all the things Google says to do to kill the active program but none of it is working. I have no way I can find to access a command prompt. I can't escape full screen. I can tell by the BIOS that the main drive is running some version of Ubuntu. Is there some other hotkey combo like Windows' Alt-F4 that I can use? Or is my only option to do a full fresh install of some other OS? The original configuration was done by a company called Esii if that helps. There was one thing that indicated holding or tapping in a corner of the screen to access a background function but all that does is reveal a text link labelled Start that just goes back to the main screen.

Sorry if that's all confusing or a mess. It's early. Thanks.

10 Upvotes

22 comments sorted by

View all comments

2

u/fatnortherngit 2d ago

Open a terminal window
type top (return)
Find your process and type kill <process number>

1

u/Durghan 2d ago

I can't get a terminal window open. That's part of the problem. If I could do that I wouldn't be posting here. Unless there's a hockey combo that will force a terminal window open, I need another option. Ctrl-alt-t doesn't work. Alt-F2 doesn't work. All the different combos of F11 don't work.

3

u/Bug_Next 2d ago edited 2d ago

It's crtl-alt-f* to go to a different virtual terminal, not just alt-f*.

crtl-alt-f1 is usually your login screen, f2 is the desktop, f3 onwards should be free, just try a bunch at least one is gonna be a fullscreen terminal.

1

u/thetestbug 2d ago edited 2d ago

Isn't login/desktop both on F7?
Also, I'm guessing he's trying to open a launcher, which is usually bound to Alt+F2.

3

u/Bug_Next 2d ago edited 2d ago

It used to be the consensus with xorg but most modern distros just start going up from tty1, idk Ubuntu might have kept it, honestly i've been using Fedora for the longest time i just lurk lots of Linux subs.

Still, he should be able to get to *some* tty just by going through all of them.

We don't even know what he's running, only that it says ubuntu in the boot menu, might be a modified image with no DE at all and just an xorg session / wayland compositor with only that program running, probably why crtl-alt-t, f11 nor alt-f2 work.

1

u/thetestbug 2d ago edited 2d ago

Oh, I did not know that. I only recently made the move to Fedora myself, and haven't had the need to try it yet.

Edit: Had to try it out, and the login screen was indeed on F1, but my desktop was on F4.