- When a process is running, press
ctrl+z
to 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%1
is the index of the process.
ps -ef | grep node
pkill -f node