answersLogoWhite

0

Just type "top" into the command line. It requires no arguments. To exit, press 'q'.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you monitor perfomance in Linux?

With the top command.


What is the command to check the system load in Linux?

top


How do you check a process on Linux server?

With the top command.


Where can one gain more information about how to use the Linux terminal?

At the command prompt, type 'man [command]' (removing the brackets and substituting the command for which you need information).


What command in Linux do you use to copy files?

cp.


What Linux command can be used to display the usage and how to use other command-line tools?

The df command displays drive capacities. The free command will show memory usage. The top command will show the system load of various processes.


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


What does the k command do in Linux?

k is not a standard command in Linux.


What command do you use to rename the old system file instead of copying it?

For Linux, use the 'mv' command, which is a rename


What command prompt would you use in Linux to see filesystems in use?

mount


How do you use less command in Linux?

Viewing a file:"less [filename]"viewing the standard output of a command:"[command] | less"


What does the c99 command do in Linux?

The c99 command is a wrapper program that actually calls 'cc'. This is the standard c compiler for Linux. Since other Unix based systems use a c99 command to call the compiler with the 1999 standards there is a similar command to do the same thing under Linux.