このコマンドを試してください:
ps -ef | grep python
ps process status の略
ps -aux はすべてのプロセスに grep python を提供します
ps -aux | grep python
このコマンドを試してください:
ps -ef | grep python
ps process status の略
ps -aux はすべてのプロセスに grep python を提供します
ps -aux | grep python