当前位置:网站首页>Remote server background hangs nohup
Remote server background hangs nohup
2022-07-03 14:53:00 【swust_ fang】
nohup python xxx.py that will do
The results of program operation are automatically output to nohup.out It's inside , Even if it's off xshell perhaps MobaXterm The program will not be interrupted .
But closing the program must use kill -9 Process number
ps -ef |grep python View process number
perhaps nvidia-smi see
I am here 3 This piece of gpu Running on , As shown in the figure, the process number is 1039758
kill -9 1039758 The program suspended in the background is closed
边栏推荐
- Qt—绘制其他东西
- Zzuli:1048 factorial table
- How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
- 406. 根据身高重建队列
- C language memory function
- [graphics] hair simulation in tressfx
- Introduction to opengl4.0 tutorial computing shaders
- Plane vector addition
- C language dup2 function
- Zzuli:1043 max
猜你喜欢
Tonybot humanoid robot starts for the first time 0630
Vs+qt multithreading implementation -- run and movetothread
[ue4] Niagara's indirect draw
ASTC texture compression (adaptive scalable texture compression)
Introduction to opengl4.0 tutorial computing shaders
B2020 分糖果
Rasterization: a practical implementation (2)
Bucket sorting in C language
CentOS7部署哨兵Redis(带架构图,清晰易懂)
[ue4] cascading shadow CSM
随机推荐
分布式事务(Seata) 四大模式详解
Byte practice surface longitude
406. 根据身高重建队列
Zzuli:1040 sum of sequence 1
ASTC texture compression (adaptive scalable texture compression)
Common shortcut keys in PCB
Zzuli:1048 factorial table
[graphics] hair simulation in tressfx
Joomla! CMS 3.0~3.4.6 RCE
[opengl] bone animation blending effect
Creation of data table of Doris' learning notes
CentOS7部署哨兵Redis(带架构图,清晰易懂)
Luogu p5536 [xr-3] core city solution
dllexport和dllimport
C language to implement a password manager (under update)
链表有环,快慢指针走3步可以吗
Qt development - scrolling digital selector commonly used in embedded system
Zhejiang University Edition "C language programming (4th Edition)" topic set reference ideas set
Piwigo 2.7.1 sqli learning
pyQt界面制作(登录+跳转页面)