I have a python script script.py
. I decide to execute this in the Terminal.
python script.py
It has been running for several hours. How do I check the status? How can I check whether this program is still responsive?
top
doesn't work in this case, as the program is still running. I think there's a keyboard command---i't's something like 'Control' + 'something'