Suspending and unsuspending processes
<C-z>
is the readline shortcut to send a running job to the background.
To bring it back to the foreground:
shell
# No extra arguments needed
fg
<C-z>
is the readline shortcut to send a running job to the background.
To bring it back to the foreground:
# No extra arguments needed
fg