<Ctrl-c> kill current job <Ctrl-z> stop current job; can then be run in background with bg command ps list process by process identifier kill PID stop process with process identifier PID jobs list your jobs by job number
<Ctrl-z> stop current job; can then be run in background with bg command
ps list process by process identifier
kill PID stop process with process identifier PID
jobs list your jobs by job number