bg
Resume a stopped job in the background
bg resumes a paused job and runs it in the background. Press Ctrl+Z to pause any running process; it enters the Stopped state. Then bg resumes it.
Example
$ bg %1
[1]+ tail -f /var/log/app.log &
Tip: Type it yourself in the terminal below - reading is not the same as doing.