& means running in the background I remember that nohup can be run even if the current terminal is turned off (some platforms can also run without nohup), and then output to the specified file
0525 update:
ctrl-z is a suspended task and can be continued through bg and fg http://blog.csdn.net/a_djust/article/details/6082202
In Linux, adding & means running in the background.
& means running in the background
I remember that nohup can be run even if the current terminal is turned off (some platforms can also run without nohup), and then output to the specified file
0525 update:
ctrl-z is a suspended task and can be continued through bg and fg
http://blog.csdn.net/a_djust/article/details/6082202
& execute in the background. Your current console can be used to do other things