header bg

Scan QR code or get instant email to install app

Question:

You're in the Linux Terminal and have no idea how to use the ps command. Which of the following will provide you with additional information about the command?

A man ps
explanation

The man command in Linux is akin to using Windows help [command] or [command] /? at a command prompt to access the built-in manual. Man [command] is the syntax. The find command is used to locate and act on files and folders. The ps command displays a list of presently operating processes along with their PIDs (process IDs), and Nano is a Linux text editor. To get assistance on a specific command, use [command] —help at a Linux Terminal prompt.

Related Information