sh 使用screen在后台运行命令作为守护进程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用screen在后台运行命令作为守护进程相关的知识,希望对你有一定的参考价值。

#Start a newsession
screen

#Check active sessions
screen -ls

#Retrieve session
screen -r <session_id>

#Close a session
screen -X -S <session_id> quit

以上是关于sh 使用screen在后台运行命令作为守护进程的主要内容,如果未能解决你的问题,请参考以下文章

Linux 进程后台运行的几种方式(screen)

Screen命令让Linux shell在后台运行

Screen命令让Linux shell在后台运行

使用 AWS Elastic Beanstalk for python 3.6 在后台运行 celery worker 作为守护进程?

如何使用 Django 运行自己的守护进程?

查看后台运行的命令 、进程状态、关闭前后台命令