Answers for "check if program running python"

1

how to check if a python script is running

# using Ubuntu
ps -aux | grep "python"  # will give you the list of python process running
Posted by: Guest on August-21-2021

Code answers related to "check if program running python"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language