FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

java-interview/linux.md at master · anton-liauchuk/java-interview · GitHub

Latest commit

 

History

History
12 lines (10 loc) · 458 Bytes

File metadata and controls

12 lines (10 loc) · 458 Bytes

#Linux

How to print the list of processes in terminal Linux?

The ps command lists running processes. The following command lists all processes running on your system:

ps -A
Relative links:

Home Page


Back | FazBrowse Home | New Git URL