How to display list of running processes Python with full name and active status?
I tried this command: pgrep -lf python
pgrep -lf python
Try this command:
ps -ef | grep python
ps stands for process status
ps
process status