- When a process is running, press
ctrl+zto step out of the current process and show running processes. - To continue running a process in the background, use the following command:
bg %1, where the%1is the index of the process.
ps -ef | grep nodepkill -f node