December 2018
Beginner
320 pages
8h 57m
English
Use the ps command, as shown in the following screenshot to list the process running from the current shell:

The output shows rows of data with the following columns:
|
Command |
Description |
|
PID |
The process ID of the running process |
|
TTY |
The Terminal type from which the process is running |
|
TIME |
The cumulative CPU time consumed by the process and the child processes started by the process |
|
CMD |
The command that runs as the current process |
Read now
Unlock full access