I have several python Scripts running on a Raspi simultaneously. Depending on the Current time each might start running or stop running. How can I find out which scripts are running using Python?
You can use command below in linux to get which script is runing.
ps -aef | grep python
And you will see which python scrip is running.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With