answersLogoWhite

0

There are several commands that can be used to display running processes in Linux:

top - probably the best choice in most situations

PS - very basic. list may be too long on modern systems.

ksysguard - graphical. Found in most KDE desktops.

gnome-system-monitor - graphical. Found in most GNOME desktops.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the command used to check the pid of all the processes current running in Linux environment?

Type top in a terminal to display Linux processes, which includes PID.


What two commands will display the status of processes on a Linux system?

ps top


What is the Linux command to display your hostname?

hostname.


What linux command to display ip?

ifconfig


What command is used to obtain a list of currently running processes in Linux?

PS would be the simplest and fastest way. top will display processes, along with memory and CPU usage, so it is more useful in identifying runaway programs.


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What does the sar command do in Linux?

SAR is a command in Linux that serves as a heads up display for the activity of your CPU. There are roughly 40 different syntax you can add to the command to display specific variables of interest.


How you will create process in Linux?

A user doesn't directly create processes themselves, instead processes are created anytime a program is run. So, short, but not entirely accurate answer: Do ANYTHING on Linux and you'll cause processes to be created and destroyed.


What is the command used on a linux machine to display the mac address?

''ipconfig/all''


What is the command to display your current location in Linux?

pwdThis is short for "Print current directory."


When logged in a root in Linux the shell prompt normally changes to display what symbol?

The # symbol.


How do you specify the display in Linux?

If you want to run something on an existing X display from a console the correct syntax is: DISPLAY=":0.0" (command) Of course, it might just be easier to go to your X display and run your command from there.