answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which command entered without arguments is used to display a list of processes running in the current shell?

The 'ps' command without arguments will give a summary of those processes running in the current environment.


You want to replace the current running-config with the current startup-config and totally reinitialize the router . What command will you use?

You want to totally reinitialize the router and replace the current running-config with the current startup-config. What command will you use?


Running processes on a Linux system can be reported using which command?

ps aux


How do you see what is active on a UNIX machine?

Use the 'ps' command. This command lists all of the processes running on the system, when they started, who the owner is, etc.


Query command in citrix?

change user /?query install mode - we can perform installations to the presentation server execute mode - normal running mode where it runs users sessions. qfarm /?query queries the farm.. you can get informations like current running processes, running apps, load and many more.


What are environment variables?

Environment variables are a set of dynamic values that can affect the way running processes will behave on a computer.


Which command do you use to display the current active configuration settings on a switch?

Show running-config


What is a collection of processes that form an individual user environment running on the server?

That would be a 'session.'


How many processes are running in a system find Unix command?

PS -e|cut -d " " -fname|wc -l


What PS command for?

The ps command in Unix/Linux systems is used to display information about running processes. It provides details such as the process ID (PID), terminal associated with the process, CPU and memory usage, and the command that initiated the process. Common options include ps aux for a comprehensive view of all processes or ps -ef for a full-format listing. This command is useful for monitoring system activity and managing processes.


What IOS command will copy the running config to NVRAM?

The IOS command to copy the running configuration to NVRAM is copy running-config startup-config. This command saves the current configuration in RAM (running config) to the non-volatile memory (NVRAM), ensuring that the configuration is preserved after a reboot. You can also use the shorthand version, wr or write memory, to achieve the same result.


What is the router command used to copy the running-configuration to NVRAM?

The router command used to copy the running configuration to NVRAM is copy running-config startup-config. This command saves the current active configuration so that it will be retained after a reboot. You can also use the shorthand version wr (short for "write memory") to achieve the same result.