The linux nohup command starts the program and closes the shell, the program will still be closed

The linux nohup command starts the program and closes the shell, the program will still be closed

Solution After
executing the nohup command, use the exit command to exit the shell login

> nohup ./aaa &
> exit

Guess you like

Origin blog.csdn.net/BDawn/article/details/115197851