By using SSH to connect to Linux, a process is opened, and when SSH is closed, the process shuts down, causing the process to not continue to be allowed in the Linux background, which is more cumbersome.
Therefore, the use of Linux background process to mount and unload;
(1) Background process mount: If you want to mount the SH test.sh process, you need to use: Nohup sh test.sh &. The process is automatically run in the background at this point.
(2) Background process uninstall: First view background process: Ps-ef, you can view all the processes in the Linux, in addition to ps-ef|grep filter conditions, you can add filters.
What dead process: kill-9 process number (PID), you can close the current process;
See the following article: 78378041
Please use your phone "sweep" x
Background mount process and uninstallation process in Linux