xshell 5关闭以后远程linux系统上的程序也关闭了,怎么让远程计算机文件不关闭?_百度知道 https://zhidao.baidu.com/question/1884430288313254388.html
linux 远程用xshell登陆,可不可以在退出xshell后程序继续运行?_百度知道 https://zhidao.baidu.com/question/543474278.html?qbl=relate_question_1&word=xshell%20%D4%CB%D0%D0%B3%CC%D0%F2%2C%B9%D8%C1%CB%BE%CD%C3%BB%C1%CB
centos系统 1. 查看是否有这个安装包 [root@02 tmp]# rpm -qa |grep coreutils coreutils-libs-8.4-19.el6_4.1.x86_64 2. 如没有请安装 [root@02 tmp]# yum install coreutils 3. 使用:如脚本 for.sh [root@02 ~]# nohup sh for.sh
====================
把程序放到后台运行: nohup ./your_command &
追问
nohup ./your_command & 要不要加上程序名字?
追答
your_command替换成你自己的程序