Site icon TestingDocs.com

ps Linux command

Overview

In this tutorial, we will learn about the ps Linux command
with examples.

ps Linux command

ps stands for process status. The ps command displays the
information about active processes on the Linux machine.
By default, it will display the information only about the current terminal.

Examples

To know more information about the command:

$ man ps

# Simple usage

$ ps

To display all processes

$ ps -ef

# To search for a specific process. For example, to find the information about the JBoss application server process running on the server box.

$ ps -ef | grep jboss

Linux Basic Commands Tutorial on this website:

https://www.testingdocs.com/linux-basic-commands-tutorial/

More Information on Ubuntu Linux:
https://ubuntu.com/

Exit mobile version