linux - How to pause a running python script
高洛峰
高洛峰 2017-06-07 09:24:22
0
1
1192

I installed a Linux system called debian and python3 through gnuroot on my Android phone to run the automatic trading script 24 hours a day. But when I want to pause the running python script, what should I do? Is to directly stop it with the command when needed. If you want to run it again, you should find a solution in the script itself, thank you

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(1)
女神的闺蜜爱上我

If you install Linux on your mobile phone, it is really difficult to use shortcut keys and so on. But you can top the command line, find the pid number of python xxxx.py, and then enter kill -9 pid number to force kill the process.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!