Jobs – Move Running Process to Background & Nohup
(method 1) ALREADY RUNNING PROCESS INTO BACKGROUND Pro: Puts running process into background Con: If you quit out of the shell window the process stops Reference: http://www.unix.com/unix-advanced-expert-users/78975-make-foreground-running-process-run-background-without-hang-up.html 1. Ctrl-z 2. jobs or alternate method which lists the PID (note the PID is not the jobnum, the job number is shell specific to… Leer más »