Zkuste tento příkaz:
ps -ef | grep python
ps
znamená process status
ps -aux poskytne všem procesům grep python
ps -aux | grep python
Zkuste tento příkaz:
ps -ef | grep python
ps
znamená process status
ps -aux poskytne všem procesům grep python
ps -aux | grep python