#!/bin/sh nohup java -jar /usr/Bean/FoodSystem.jar &
./startup.sh
出现下图问题,解决如下
sudo chmod -R 777 某一目录
ps -ef | grep java
kill -9 26156