博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux远程开启不挂起的服务
阅读量:6442 次
发布时间:2019-06-23

本文共 896 字,大约阅读时间需要 2 分钟。

λ nohup --helpUsage: nohup COMMAND [ARG]...  or:  nohup OPTIONRun COMMAND, ignoring hangup signals.      --help     display this help and exit      --version  output version information and exitIf standard input is a terminal, redirect it from an unreadable file.If standard output is a terminal, append output to 'nohup.out' if possible,'$HOME/nohup.out' otherwise.If standard error is a terminal, redirect it to standard output.To save output to FILE, use 'nohup COMMAND > FILE'.NOTE: your shell may have its own version of nohup, which usually supersedesthe version described here.  Please refer to your shell's documentationfor details about the options it supports.GNU coreutils online help: 
Report nohup translation bugs to
Full documentation at:
or available locally via: info '(coreutils) nohup invocation'

开启不挂起的服务, ssh退出后依然运行服务

nohup python3 main.py --cmd=runserver

转载地址:http://fhdwo.baihongyu.com/

你可能感兴趣的文章
mongodb的投影
查看>>
react 调用项目中的 .html 文件
查看>>
class类
查看>>
tcp读取数据的方法
查看>>
Android-5 理解context
查看>>
spring事务配置
查看>>
Oracle自动统计信息的收集原理及实验
查看>>
Codeforces 204A Little Elephant and Interval
查看>>
JavaScript的DOM操作.
查看>>
[leetcode] Clone Graph
查看>>
最小生成树
查看>>
python入门基础
查看>>
spring配置非单例的bean
查看>>
Cell_核选框
查看>>
小朋友和二叉树
查看>>
织梦解析模板之灵活应用视图类
查看>>
常用正则表达式
查看>>
求前缀表达式的值
查看>>
Dockers 部署 MongoDB + mongo-express
查看>>
php学习 5 无限级分类
查看>>