nohup means not to hang up the running command, even if the shell is closed, the program will still run in the background. nohup java -jar server ...
確定! 回上一頁