摘要: nohup nohup 命令运行由 Command参数和任何相关的 Arg参数指定的命令,忽略所有挂断(SIGHUP)信号。在注销后使用 nohup 命令运行后台中的程序。要运行后台中的 nohup 命令,添加 & ( 表示“and”的符号)到命令的尾部。 nohup 是 no hang up 的缩 阅读全文
posted @ 2019-08-12 18:03 brady-wang 阅读(22723) 评论(1) 推荐(1)
摘要: $ sudo su - #切换为root用户 # yum install epel-release# yum install -y supervisor# systemctl enable supervisord # 开机自启动# systemctl start supervisord # 启动su 阅读全文
posted @ 2019-08-12 17:20 brady-wang 阅读(669) 评论(0) 推荐(0)