nohup ./jfinal.sh start &
出现提示 nohup:忽略输入并把输出追加到"nohup.out",
将命令修正为:
nohup ./jfinal.sh start >/dev/null 2>&1
nohup ./jfinal.sh start &
出现提示 nohup:忽略输入并把输出追加到"nohup.out",
将命令修正为:
nohup ./jfinal.sh start >/dev/null 2>&1
#查看当前运行的内核版本 uname -r #查看已安装的内核 rpm -qa |grep 'kernel' #移除多余的内核(示例) yum remove -y kernel-3.10.0-1160.71.1.el7.x86_64