Move a task from foreground to background

The task will resume its execution, but in the background.

_$: ./my_task
[Ctrl + Z]
^Z
[1]+  Stopped                 ./my_task
 
_$: bg 1
[1]+ ./my_task &