How do you tell what programs are currently running?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
flatiron
Level 3
Level 3
Posts: 197
Joined: Fri Nov 24, 2017 2:27 am

How do you tell what programs are currently running?

Post by flatiron »

ctrl alt delete won't work for this. And I don't see a program manager.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: How do you tell what programs are currently running?

Post by Cosmo. »

What is your version of Mint and what is the desktop environment? If you don't know open a terminal and enter:

Code: Select all

inxi -Sz
Paste the output here.

The program might be named system monitor (depends from your unknown system), reachable from the administration section of the menu.
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: How do you tell what programs are currently running?

Post by kc1di »

you go to Menu >System Tools > System Monitor once that's up click on Processes. this will give you a list of what running at that time.
If your using KDE - it's called something different. KSysGuard I think or something like that. If your asking which programs are run automatically at start up you can go to Control Center >Startup Applications.
In the Terminal you can use a program called

Code: Select all

 top
to do the same thing. Or better yet install

Code: Select all

 htop
which gives a better display.
in the terminal type

Code: Select all

sudo apt install htop
when it' installs simply type

Code: Select all

htop
you will get a display of all the processes running and how much CPU and Ram they use.
Good luck.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
User avatar
karlchen
Level 23
Level 23
Posts: 18228
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: How do you tell what programs are currently running?

Post by karlchen »

Hi, flatiron.

Unless you are using a KDE desktop, where the application has got a different name that I have forgotten, on Cinnamon gnome-system-monitor, on Mate mate-system-monitor and on xfce task-manager, should come pre-installed with your system. And they should be easily spotted in the Mint application menu.

Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: How do you tell what programs are currently running?

Post by jimallyn »

flatiron wrote:ctrl alt delete won't work for this.
You can change or add keyboard shortcuts, so if you really want to use Ctrl-Alt-Del for that, you certainly can.
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: How do you tell what programs are currently running?

Post by Flemur »

flatiron wrote:ctrl alt delete won't work for this. And I don't see a program manager.
Terminal:

Code: Select all

ps aux
These are probably more what you're looking for:

Code: Select all

gnome-system-monitor
xfce4-taskmanager
lxtask
gnome-system-monitor can show internet use.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
flatiron
Level 3
Level 3
Posts: 197
Joined: Fri Nov 24, 2017 2:27 am

Re: How do you tell what programs are currently running?

Post by flatiron »

heh. even easier to just open the menu and type system monitor. I just didn't know the right name. :oops:
Locked

Return to “Beginner Questions”