przesuń uruchomiony proces terminalu do tła 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