Mover en ejecución del proceso terminal al fondo de Linux
# Add an ampersand at the end of the command as below:
command &
# If the task is already running, type
ctrl+z
# to pause it then
bg
# to run it in the background
Jittery Jay