title | description | created | updated |
---|---|---|---|
ps Linux Command |
ps (processes status) Linux Command is used to show information about running processes |
2019-09-13 |
2019-09-13 |
ps (processes status) Linux Command is used to show information about running processes
ps [Option(s)]
$ ps
PID TTY TIME CMD
64639 ttys000 0:00.05 -bash
ps -A
OR
ps -e
ps -ef
ps -x
ps -pf 1234
ps -pf 1234,1235,1236
ps -ef | grep chrome
ps -ef | grep java
ps -ef | grep nodejs