Google News
logo
Linux - Interview Questions
What is 'ps' command in Linux?
The ps command displays the current process status of the system. And it displays the processes id’s with some other related data also.

Syntax :
Ps [options]?


Output :
[root@rhe17~]# ps

PID TTY    TIME CMD

12330 pts/0  00:00:00 bash

21621 pts/0  00:00:00 ps?
Advertisement